How to run a compiled standalone matlab .app by mac terminal with arguments?
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Get Started with MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!