I want to execute a Matlab script inside a tcl program

I have a .m file that take some inputs, does some math and spits out some results. I want to be able to run that .m file inside a tcl script so that I can provide the inputs and capture the outputs as tcl variables. Is that doable?

回答 (1 件)

Sachin Kumar
Sachin Kumar 2017 年 5 月 8 日

1 投票

You can create .exe of the MATLAB file using 'deploytool' and run the exe from tcl.

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

タグ

質問済み:

2017 年 5 月 4 日

回答済み:

2017 年 5 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by