Start an external program (.exe) inside a matlab window
显示 更早的评论
Hello,
I've been searching about this on this forum, but can't find a way to do it.
The situation is the following: I am creating an application using the app designer and I need an external program to be executed in it, so that it can be used in my matlab application. However, I am trying to make the program run inside a matlab pane or window, and not in a separate new window. Is this possible?
I have seen that this can be done in C # using System.Diagnostics.Process.Start, and this works in matlab, however I don't know how to embed this process within my matlab interface so that it does not run as a separate window
I leave a page where it is shown how to do what I am looking for in C #
I would appreciate if someone could help me achieve this in Matlab
Thank you very much!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!