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
Ora Zyto 2011 年 11 月 7 日

0 投票

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')

1 件のコメント

kash 88
kash 88 2011 年 11 月 7 日
okay. i read the help section on that command. but how can i call the macros? thanks for the quick reply.

サインインしてコメントする。

カテゴリ

タグ

質問済み:

2011 年 11 月 7 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by