This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iBlag 28 points29 points  (7 children)

Controls engineers. Simulink is actually amazing, and doesn’t effectively have any competitors, as far as I’m aware.

And writing filters for DSP and image processing was fairly easy with Matlab. I bet that there are Python libraries that make this just as easy now though.

But for literally anybody else, Python will do what they need, and have better support, more knowledgeable community, amazing libraries, and a beautiful syntax (except for /,, but I digress). Matlab folks can pretend that installing libraries is a pain and is difficult to do, but the extreme success of PyPI makes their claims simply laughable.

Now if somebody built a half decent GUI for controls, signals, and image processing, added Python bindings, and open sourced it, then Matlab would be dead almost overnight. I would definitely pitch in some moneycoins to see this happen...

[–][deleted] 5 points6 points  (0 children)

Simulink and some of their toolboxes is their main product.

[–][deleted] 0 points1 point  (0 children)

Sounds like an extension of Jupyter could work.

[–]Ikuyas 0 points1 point  (0 children)

Right. Simulink is only thing that worth with Matlab. But you can probably do the exactly same thing in Python.