필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Main guide update problem after guide communication

조회 수: 1 (최근 30일)
Rayane
Rayane 2014년 5월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello
Steps Before Problem:
I have 2 guides (Main Guide , Sub Guide)
I open Sub Guide from Main Guide
Then I transfer 2 parameters(a & b) to Main guide from Sub Guide using the following code:
MainFigureHandle = Main;
MainData = guidata(MainFigureHandle);
set(MainData.lbl_x,'String',a);
set(MainData.lbl_y,'String',b);
So my problem is the following .. When I transfer those 2 parameters, panels in Main Guide change place either upward or\& to the right ... Why ? and how can i solve this problem ?
Thank you in advance

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by