how to use octave with matlab?

조회 수: 23 (최근 30일)
lina
lina 2015년 1월 8일
답변: MR Smith 2019년 8월 9일
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
lina
lina 2015년 1월 8일
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 2015년 1월 8일
편집: Adam 2015년 1월 8일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

Zoltán Csáti
Zoltán Csáti 2015년 1월 8일
Change xlable to xlabel and ylable to ylabel. Then it will work.
  댓글 수: 1
lina
lina 2015년 1월 8일
:)))) thank you

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

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

MR Smith
MR Smith 2019년 8월 9일
Is there a way to import an Octave package into Matlab?

카테고리

Help CenterFile Exchange에서 Octave에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by