Personally, I'd rather use Python with matplotlib when I need to plot stuff, but Octave is great if you have to deal with Matlab code!
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
Matlab is also awful about licensing. I took a Matlab class in college and we used gnu octave instead of the real thing. Works just as good, it's just slightly different syntax.
Used it for a ML MOOC a long time ago. Switched to Python/Numpy for better general programming features. Numpy has pretty good syntax for matrix computation, IMO.
Now that is a name I have not heard in a long time. Mostly due to the decline in Matlab.
yeah; python and numpy won the wars I guess.
It's easy to win a war when your enemy is strangling themselves to death.
GNU Octave is great when reviving old Matlab projects! I only wish for something similar to Simulink
See also https://maxima.sourceforge.io/
This was my go to software for experimenting with linear algebra etc. Haven't had the need recently though.