l********r 发帖数: 187 | 1 I notice there is uncompatibility in plot function between matlab and octave.
For example,
X=[1:1:100];
plot(X, '-b;a straight line;');
The above script will work perfect in octave, but in matlab, there will a
syntax error. Any one know how to solve this problem? Thanks. |
|