Transfer argument using get function in Matlab GUI

2 Ansichten (letzte 30 Tage)
kamal
kamal am 3 Okt. 2019
Beantwortet: Walter Roberson am 3 Okt. 2019
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.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Okt. 2019
amela(handles.filename, handles.time)

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by