필터 지우기
필터 지우기

Info

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

Get input from user using Popup button

조회 수: 1 (최근 30일)
Zeeshan Abbas
Zeeshan Abbas 2019년 7월 27일
마감: Zeeshan Abbas 2019년 7월 27일
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.
popup.JPG
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
Zeeshan Abbas 2019년 7월 27일
The issue was that the message is in the form of cell array so I converted into char first and it worked.
So, am closing this question.

답변 (0개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by