How can I get user input on Matlab mobile?

조회 수: 4 (최근 30일)
David Lanza
David Lanza 2017년 2월 10일
댓글: Walter Roberson 2017년 2월 13일
On Matlab Mobile, mathworks says the input() function does not work. I tried using menu() and inputdlg() to get user input for a script that I want to run, but they both have a similar problem:
When I run the script, both functions will wait for the user to make a selection while the screen still says "Evaluating" and the script will either time out, or give me the error "operation terminated by user during uiwait (line 81)"
  댓글 수: 2
Shubham Srivastava
Shubham Srivastava 2017년 2월 13일
편집: Shubham Srivastava 2017년 2월 13일
Hi David,
I tried running a script with inputdlg() function in it, from my mobile, but didn't face such error. Can you please explain what you are trying to achieve from the script? Also are you able to run any other simple command from MATLAB Mobile?
Regards,
Shubham
Walter Roberson
Walter Roberson 2017년 2월 13일
I confirm that on MATLAB Mobile for me,
g = menu('hi', 'low')
times out

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by