Transfer argument using get function in Matlab GUI

조회 수: 2 (최근 30일)
kamal
kamal 2019년 10월 3일
답변: Walter Roberson 2019년 10월 3일
amela('filename',[0:0.01:10]);
I like run amela function with arguments of filename and time.
Using GUI i got filename and time seperately as follows
handles.filename=get(handles.ffilename,'string'); output=filename
handles.time=get(handles.ttime,'string'); output=[0:0.01:10]
I like to know how to execute the amela('filename',[0:0.01:10]); in GUI code since i am getting arguments seperately.

채택된 답변

Walter Roberson
Walter Roberson 2019년 10월 3일
amela(handles.filename, handles.time)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

제품


릴리스

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by