I want to execute a Matlab script inside a tcl program

8 visualizaciones (últimos 30 días)
Victor
Victor el 4 de Mayo de 2017
Respondida: Sachin Kumar el 8 de Mayo de 2017
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?

Respuestas (1)

Sachin Kumar
Sachin Kumar el 8 de Mayo de 2017
You can create .exe of the MATLAB file using 'deploytool' and run the exe from tcl.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by