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!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Foundation says it won't compromise policy of inclusivity even if that cash would've really helped

you are viewing a single comment's thread
view the rest of the comments
[–] 33550336@lemmy.world 2 points 6 days ago

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.