Get input from user using Popup button
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I have a popup button having multiple options. One of them is to get input message from user (screenshot attached). I want to click this button and enter message in below given box. Then I need to call this message in another function.

I have written this code to get the message from that box:
message=get(handles.edit3,'string');
handles.message=message;
and this line in the function to call this message where I need it.
message=handles.message;
but it seems that the message remains always empty and not getting that value.
Please, help how can I solve it?
1 件のコメント
Zeeshan Abbas
2019 年 7 月 27 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!