Clear Filters
Clear Filters

Call other program from matlab

5 views (last 30 days)
kash 88
kash 88 on 7 Nov 2011
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?

Answers (1)

Ora Zyto
Ora Zyto on 7 Nov 2011
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 Comment
kash 88
kash 88 on 7 Nov 2011
okay. i read the help section on that command. but how can i call the macros? thanks for the quick reply.

Sign in to comment.

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!