Running a batch process involving MatLab and Spotfire
조회 수: 2 (최근 30일)
이전 댓글 표시
How do I run a batch process involving MatLab and Spotfire? I.e. can MatLab call a Spotfire "executable" ("push approach") or can Spotfire call a MatLab "executable" ("pull" approach)
댓글 수: 1
Gautam Mohan
2016년 5월 4일
Hi Michel,
MATLAB can run external executables using the "!" operator. More information can be found here:
http://www.mathworks.com/help/matlab/matlab_external/run-external-commands-scripts-and-programs.html
Furthermore, MATLAB can be called from the command prompt using the 'matlab' function. The documentation I am linking to is for calling it on a Windows machine, but the process is extremely similar for Mac and Linux platforms:
If you want to execute statements or a script in MATLAB from the command line, us the '-r' flag followed by a string of MATLAB code, and that code will be evaluated by MATLAB from the command line.
I hope this helps!
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!