how to use octave with matlab?

17 views (last 30 days)
lina
lina on 8 Jan 2015
Answered: MR Smith on 9 Aug 2019
Hi all, the attached script is by using octave I cannot run it. if there is a toolbox or something required please tell me or can we simplify it to run it by matlab?
thank you in advance
  3 Comments
lina
lina on 8 Jan 2015
i get this error at the beginning
??? Undefined function or method 'waves' for input arguments of type 'char'.
and this when plotting
??? Error using ==> set
Value must be a handle
Adam
Adam on 8 Jan 2015
Edited: Adam on 8 Jan 2015
Well, sounds like it has been solved below, though that error message you posted cannot relate to the code you posted which does not include 'waves' anywhere in it unless you are trying to call the script with a filename that has spaces in it.

Sign in to comment.

Accepted Answer

Zoltán Csáti
Zoltán Csáti on 8 Jan 2015
Change xlable to xlabel and ylable to ylabel. Then it will work.

More Answers (2)

Jan
Jan on 8 Jan 2015
You can install Octave for free, so there is no need to use a toolbox in Matlab.

MR Smith
MR Smith on 9 Aug 2019
Is there a way to import an Octave package into Matlab?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!