Hacker News new | ask | show | jobs
by londons_explore 1496 days ago
It's fairly common I have a little dataset I need to do some fft's on and draw a graph or some other similar one-off task. MATLAB still wins for getting the job done.

I wish someone would make "MATLAB with all its toolboxes, but with python syntax, in a colab-like IDE".

1 comments

Is that not what numpy/scipy with Jupyter (as well as the various distributions that package them) essentially provide? If you just want an all-in-one that has a supported Matlab FFI interface, there's Julia.