Call other program from matlab
이전 댓글 표시
hi guys,
I have an assigment whereby i have a set of data in matlab that need to be plotted in the software Tecplot. A macro file and a layout file should be called in Tecplot so that i would get a certain plot.
Questions are:
- how do i call tecplot from matlab and run tecplot's macro automatically?
답변 (1개)
Ora Zyto
2011년 11월 7일
If you're working on Windows, one option is to use COM communication, for instance by creating an actxserver for tecplot in MATLAB:
t = actxserver('ProgID for tecplot')
카테고리
도움말 센터 및 File Exchange에서 Octave에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!