Transfer argument using get function in Matlab GUI

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 日

0 投票

amela(handles.filename, handles.time)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

製品

リリース

R2014b

タグ

質問済み:

2019 年 10 月 3 日

回答済み:

2019 年 10 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by