필터 지우기
필터 지우기

How to change an app parameter from .m file function

조회 수: 1 (최근 30일)
SRii
SRii 2022년 4월 9일
댓글: SRii 2022년 4월 13일
Hi guys.
I have designed an app in app designer and it calls a .m file that contains a function.
In that function I do some works and at the end I want to change in some parameters. For example I want to disable a button in app. Could any one help me about it?
  댓글 수: 4
Walter Roberson
Walter Roberson 2022년 4월 12일
편집: Walter Roberson 2022년 4월 12일
https://www.mathworks.com/help/matlab/math/parameterizing-functions.html
pass the app to the function. Use the app to extract the handle of the button. Set the button property to disable.
SRii
SRii 2022년 4월 13일
Thanks a lot
it really helped

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by