5 ms·
I have used MATLAB a little bit - it was indeed more concise for matrix math than Python + Numpy. But pure matrix math is a small part of my analyses and workf
by ProblemFactory 13y ago
I have used MATLAB a little bit - it was indeed more concise for matrix math than Python + Numpy.
But pure matrix math is a small part of my analyses and workflow. Most of the code is in data preprocessing from SQL servers, CSV files, JSON files, and various cleanups. Once you have your data in an array, MATLAB can be great, but writing general-purpose code (or even a while loop) was horrible.