How to run a compiled standalone matlab .app by mac terminal with arguments?

4 次查看(过去 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 个)

类别

Help CenterFile 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!

Translated by