필터 지우기
필터 지우기

How to position the questdlg box in the desired position in the GUI?

조회 수: 10 (최근 30일)
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.

채택된 답변

Image Analyst
Image Analyst 2014년 5월 22일
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
Manoj Kumar
Manoj Kumar 2014년 5월 23일
If so, Can you please tell me any other way to place the questdlg box in any desired position ?
Image Analyst
Image Analyst 2014년 5월 23일
I don't know, other than building your own GUI.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dialog Boxes에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by