Quote:
Originally Posted by King Tut
First discussion of Matlab I have ever seen on an automotive message forum. Matlab is good for coding things up quickly as a proof of concept. It allows you to define whatever you want whenever you want and generally write really crappy code that works in Matlab. The algorithms should then always be ported to a proper coding language for a final software product.
|
I agree with this...a lot.
I don't like how matlab manages memory of large datasets (I haven't used it in a few years). In production code you'd want to know and control how this is done.