I want to execute a Matlab script inside a tcl program
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (1)
Sachin Kumar
le 8 Mai 2017
You can create .exe of the MATLAB file using 'deploytool' and run the exe from tcl.
0 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!