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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!