How to access .exe file through matlab .m file?
1 次查看(过去 30 天)
显示 更早的评论
Is it possible to give a path of .exe file through coding in MATLAB....?
0 个评论
采纳的回答
Jacob Halbrooks
2014-1-7
You can use the SYSTEM command to execute a .exe file and capture its program output in MATLAB.
doc system
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!