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!