How to run a .exe file with push button (GUI)?
5 次查看(过去 30 天)
显示 更早的评论
Hello!!
I would like to ask for your help, as I have ran out of options.
On my GUI, I would like to run a Matlab app (.exe file), when user clicks on push button (my GUI it's still a .m file).
I have tried:
- run ('path for .exe file')
- run tool.exe
- tool.exe in the call back of my button
I always get an Error message saying that the file can't be found.
Suggestions on how to solve this??
Thanks in advance!
0 个评论
采纳的回答
更多回答(1 个)
vaya putra
2019-7-8
i want to execute file but in difference directory
i am trying to change path using
myPath ='/home/vaya/field_run/'
command =' pf_ext.exe&'
[stat,res]=system(['export PATH=' myPath ' ; ' command])
but the result is unexpected, he did not run that file
any comments?
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!