matlab to exe ""input function not work""
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi i had watch this video on yotu to learn how to convert my code to exe
my code is
xv = input('Please dr. enter the values of x ponits : ' );
yv = input('Please dr. enter the values of y ponits : ' );
patch(xv,yv,'y');
ylim([-5, 12]); xlim([0, 12]); grid on;
but the problem is when i excute my exe i only get empty plot the function input is not work??? how can i solve this
thank in advance best regards m.s
0 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 19 Jan. 2013
Bearbeitet: Azzi Abdelmalek
am 19 Jan. 2013
Use inputdlg function
0 Kommentare
Weitere Antworten (1)
Walter Roberson
am 19 Jan. 2013
Generate the program as having a console window. If you generate it without a console window, there is no-where for the user to input the values.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!