I want to execute a Matlab script inside a tcl program
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Sachin Kumar
2017-5-8
You can create .exe of the MATLAB file using 'deploytool' and run the exe from tcl.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!