|
|
Subscribe / Log in / New account

OT: No free alternative to Simulink and MATLAB

OT: No free alternative to Simulink and MATLAB

Posted Nov 2, 2012 7:01 UTC (Fri) by cmccabe (guest, #60281)
In reply to: OT: No free alternative to Simulink and MATLAB by debacle
Parent article: RTLWS: Realtime Linux for aircraft

Well, there's Octave and R. They're not drop-in compatible, but they have similar functionality.

As usual, it's not the particular functionality of the platform that's important, but the surrounding ecosystem of tools and packages, that keeps people using MATLAB rather than the alternatives-- in my opinion, at least.


to post comments

OT: No free alternative to Simulink and MATLAB

Posted Nov 2, 2012 8:26 UTC (Fri) by paulj (subscriber, #341) [Link]

Octave is at least pretty close to MatLab. Close enough that simpler MatLab codes often work in Octave with minimal, even no, changes. R has a completely different programming model (slightly odd), so I assume it's completely incompatible.

OT: No free alternative to Simulink and MATLAB

Posted Nov 8, 2012 14:46 UTC (Thu) by njs (subscriber, #40338) [Link]

Python is also a strong matlab alternative these days via the numpy/scipy ecosystem... but none of these tools will generate real-time capable C code for you from a high-level description. That's the key feature they need.

Really the closest competitor here would be something like Eigen.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds