QT 程序调用MATLAB的执行文件
作者:互联网
大概两步:
一,new QProcess
二,QFile file("j加载exe所在路径");QProcess::startDetached(
"C:\\Qt\\1.exe"
,QStringList());
可以参阅
QProcess中的start和startDetached两种启动方式的区别_kucoffee12的博客-CSDN博客_qprocess start
标签:exe,QT,博客,QProcess,start,调用,MATLAB,kucoffee12,startDetached 来源: https://blog.csdn.net/sinat_20962951/article/details/122621478