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!