Link multiple edit fields in app designer

조회 수: 4 (최근 30일)
William
William 2023년 1월 19일
댓글: Jiri Hajek 2023년 1월 24일
I have a parameter which is accesible through a edit field. I would like this parameter to also be accessible in another tab. Is it possible to somehow link two edit fields or make a second instance of the same edit field?

채택된 답변

Jiri Hajek
Jiri Hajek 2023년 1월 19일
Hi, you can use a callback on the first edit field (ValueChangedFcn). In this callback function, you simple assign the new value to the target edit field value.
  댓글 수: 2
William
William 2023년 1월 24일
Hi. Thanks for the answer. Ill probably do what you suggested. The problem is that it scales badly. What if i want 3 edit fields. Then i have to create at least 4 callbacks to make sure all fields are in agreement.
It just seems like a feature that could be generally usefull.
Jiri Hajek
Jiri Hajek 2023년 1월 24일
Yes, I see your point. There might be a possibility to link directly properties of you objects using linkprop. But actually I'm not sure if this is possible for app components. I have used it for axes properties though and it worked fine.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by