I want to get numerical input value using Edittext box in GUI and to assign that value to a variable in my file and i want to display my output Back GUI
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
LINGESH siva
am 11 Apr. 2014
Beantwortet: Alberto
am 12 Apr. 2014
now i am using this code but i am not able to achieve what i need please help me ..
function pushbutton1_Callback(hObject, eventdata, handles) s1 = get(handles.edit1,'String'); s2 = get(handles.edit2,'String'); s3 = get(handles.edit3,'String');
I am calling the GUI Model like this from my file
Model.fig; a(6)= s1; b(6)= s2; c(6)=s3;
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Author Block Masks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!