Why/when should I prefer MATLAB over Octave?

前端 未结 11 1452
面向向阳花
面向向阳花 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条回答
  •  旧时难觅i
    2020-12-23 19:09

    You should definitely prefer Matlab to Octave if you can afford it.

    I have not had much experience with Octave, but I would expect issues if your code is using Matlab toolboxes, fancy plots, or Matlab gui.

    I would expect it to be like OpenOffice vs. MS Office. Mostly compatible, but just different enough to give you a headache.

提交回复
热议问题