DanielMartensson / MataveID

System identification toolbox for GNU Octave and MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCID Not MATLAB Compatible

jasonnicholson opened this issue · comments

Similar to #DanielMartensson/MataveControl#4, ocid.m is not MATLAB compatible.

image

Multiple variables can be defined without coma or semicolon and multiple equal signed in OCTAVE but this is not allowed in MATLAB.

Change from:
image

To:
image

I am working on a pull request to fix some these issues.