필터 지우기
필터 지우기

Is is possible to leave the dialog box created with inputs open after clicking ok?

조회 수: 4 (최근 30일)
Hi,
I would like to keep a dialog box open after clicking ok in order to always visualize the input data :
is it possible?
Thanks, nando

채택된 답변

Jan
Jan 2021년 11월 18일
Yes. Simply create a dialog box which have an "Apply" button. That "Ok" closes the dialog is the standard look&feel, so changing this behavior would confuse the users.
  댓글 수: 5
Jan
Jan 2021년 11월 20일
Creating a function inside Matlab's toolbox folders requires Admin privileges. It is recommended not to work with such high privileges, because this includes the risk to modify Matlab's toolbox functions by accident. This is extremely hard to debug, e.g. if the debugger is affected.
If you create the function in a folder with user access, some subfunctions in the subfolder /private might be missing. You could copy them also.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by