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