How to position the questdlg box in the desired position in the GUI?
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Manoj Kumar
am 22 Mai 2014
Kommentiert: Image Analyst
am 23 Mai 2014
Hi I used MFquestdlg to position the dialog box,
The code I used is
button = MFquestdlg([0.6, 0.5],'Accept', 'More', 'Accept');
but I am facing an error as
Undefined function 'MFquestdlg' for input arguments of type
'double'.
Error in manual>multi_Callback (line
303)
button = MFquestdlg([0.6, 0.5],promptMessage,
titleBarCaption, 'Accept', 'More', 'Accept');
Error in gui_mainfcn (line 96)
feval(varargin{:});
Can you please help me to correct the error or suggest me any other possible solution for it.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 22 Mai 2014
It's not a built-in function, at least not in any toolboxes I own. You need to obtain that function from somewhere. Perhaps from the person who wrote your script.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Distribution Plots 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!