this post was submitted on 27 Oct 2025
965 points (98.9% liked)
Opensource
4250 readers
81 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
While Matlab is very convenient for modeling (what can be done as easy in Python), it excels in control engineering, navigation, and related problems. While very popular in academia, it's pricing causes that only the biggest companies can use more than a few toolboxes (Airbus, BMW, U$ "defense" molochs). I cooperate with a robotic company using Matlab (though large and government-owned). Great feature is the automatic C code generation (which is high quality when compared to the AI slop), however this toolbox is very expensive for industry. Symbolic computations are decent, but you can have the same with SymPy or maxima for free. Overall, for my purposes it's too good to abandon it completely.