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
2017년 5월 8일
1 개 추천
You can create .exe of the MATLAB file using 'deploytool' and run the exe from tcl.
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!