Matlab compiler: interactive input like INPUT function
조회 수: 6 (최근 30일)
이전 댓글 표시
When making compiled programs with the Matlab compiler, is there a way of accepting variables from the user after the program has started running?
I know that variables can be passed in as command line options when executing the program.
But I want to use something like the Matlab INPUT command (this causes an error)
Thanks.
댓글 수: 4
Walter Roberson
2012년 5월 16일
If windows, is it a console application or a standalone application that you are producing? It would not surprise me if input() failed on a standalone application.
답변 (2개)
Ahmed Saad
2012년 5월 15일
please tell me how it can be passed in as command line options,i have the same problem
댓글 수: 5
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!