How to run a compiled standalone matlab .app by mac terminal with arguments?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi to the whole matlab community! I had a function ([] = results('.../.../file1.xlsx','.../.../file2.xlsx','.../.../file3.xlsx'). SO, the arguments of this function are the path addresses of 3 excel files in strings. After, I compiled this function, I installed successfully the runtime etc. Now, I want to run this .app by terminal in my mac by passing the arguments into my .app. I would like kindly ask you, how should i write it in the terminal so as to work? I wrote: open aaa.app --args -'/../term.xlsx' '/../term2.xlsx' '/.../term3.xlsx' but the application launches and after some seconds stops! I would appreciate you valuable help! Best to all!
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!