Why/when should I prefer MATLAB over Octave?

前端 未结 11 1467
面向向阳花
面向向阳花 2020-12-23 18:28

In our shoestring operation we need to prototype algorithms in some higher-level language before committing to a C implementation on embedded hardware.

So far we hav

11条回答
  •  太阳男子
    2020-12-23 19:03

    Note that Octave supports language constructs that aren't present in Matlab (e.g., auto-increment operators, do-until statements, etc.). This makes it sometimes annoying to port code developed (by someone who isn't familiar with the limitations of Matlab) on Octave to a Matlab environment.

    There are some other limitations/differences at Octave FAQ.

提交回复
热议问题