how to use octave with matlab?

22 Ansichten (letzte 30 Tage)
lina
lina am 8 Jan. 2015
Beantwortet: MR Smith am 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 Kommentare
lina
lina am 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 am 8 Jan. 2015
Bearbeitet: Adam am 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Weitere Antworten (2)

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

MR Smith
MR Smith am 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!

Translated by