What causes a command not supported error?
3 ビュー (過去 30 日間)
古いコメントを表示
While running a MATLAB script that uses the pause function, I receive the error "The pause command is not supported for this product offering using these arguments: 'empty'. Running on an iPad Pro with MATLAB mobile. What are are some likely causes?
0 件のコメント
回答 (2 件)
dpb
2017 年 4 月 4 日
編集済み: dpb
2017 年 4 月 4 日
"...using these arguments: 'empty'."
Apparently "you can't do that" for the iPad; pause w/o an argument is a complete pause and the OS apparently just won't let you do that. I'd guess it has to do with receiving a "keystroke" to resume is a difficult thing to implement, maybe???
0 件のコメント
ZiAn Cheng
2019 年 3 月 29 日
編集済み: ZiAn Cheng
2019 年 3 月 29 日
Just enter /path/to/matlab/toolbox/toolbox/matlab/connector/connector and delete shadow(a folder) in both web_client and web_common folders,or rename them.
0 件のコメント
コミュニティ
その他の回答 遠隔学習コミュニティ
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!