Transfer argument using get function in Matlab GUI
2 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!