Dear Octave Community
Since the control package needs to be rewritten in an oop fashion, I
started to play around with some Matlab examples. However, Octave
gives a parsing error when I try to run an example:
parse error near line 9 of file
/Users/lukas/Desktop/polynom/@DocPolynom/DocPolynom.m
syntax error
>>> end
^
error: evaluating argument list element number 1
parse error near line 9 of file
/Users/lukas/Desktop/polynom/@DocPolynom/DocPolynom.m
syntax error
>>> end
^
error: evaluating argument list element number 1
error: called from:
error: /Users/lukas/Desktop/polynom/polytest.m at line 5, column 3
octave-3.2.2:5>
The code is from the MathWorks without any changes, it runs perfectly
in Matlab, so it should be OK. What do I need to change to get it up
and running in Octave?
Thanks for any help
Regards,
Lukas
classdef DocPolynom