|
|
|
|
|
by rct42
2663 days ago
|
|
I find that I'm more productive prototyping algorithms in Matlab than in Python. In fact, I tend to write it first in Matlab, port it to Python, and finally port it to C (to run on an embedded device)! As for Octave, I've used it a couple times in the past but found the environment underwhelming (especially so when creating plots). I also tend to run into various compatibility problems when running scripts developed in Matlab. |
|
It is the same for me with R vs. the Python equivalents.
So your strategy of designing in Matlab and porting later (if necessary) makes a lot of sense.