필터 지우기
필터 지우기

how to add coustum "Titlle" option for "UIaxes" via "Edit Field(Text)" in app Designer...means end user could enter and change the "Title" for different occasions and plots

조회 수: 34 (최근 30일)
if i use a UIAxes in app designer there is a option in UIAxes properties for "Tiltle" but
i want to give option to end user so he may enter title of UIAxes whatever he wants...
i think this could be done by inserting a "Edit Field(Text)" with the UIAxes but what would be the code syantax to link it with UIAxes "Title" funtionality.

채택된 답변

Mario Malic
Mario Malic 2020년 10월 6일
Write this in your Edit field value changed callback
ax1.Title.String = app.TitleEditField.Value;
% Where ax1 handle of your uiaxes you want to edit the title of
  댓글 수: 5
taimour sadiq
taimour sadiq 2020년 10월 7일
Thanks for making such especial effort for me... i think no other best demonstration possible than this demo....
taimour sadiq
taimour sadiq 2020년 10월 7일
편집: taimour sadiq 2020년 10월 7일
i restarted matlab and run the same it works... apalojize for inconvinience... Bundle of Thanks Again

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

추가 답변 (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