Why can I not get the modaldlg function to work? eg. user_response = modaldlg('​Title','Co​nfirm Close');

2 次查看(过去 30 天)
I am learnig Matlab and trying to use the modaldlg function call for a GUI and I receive the following error:
Undefined function 'modaldlg' for input arguments of type 'char'.
I have used the exact same code found in the 'Creating Graphical User Interfaces' pdf with no avail.
Nor does help even recognize this function call.
I am using Matlab2014b

采纳的回答

C.J. Harris
C.J. Harris 2014-12-4
Try one of the following, depending on the type of dialog you want:
user_response = errordlg('Error','Confirm Close', 'modal');
user_response = warndlg('Warning','Confirm Close', 'modal');

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by