CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> VC call MATLAB engine failure
VC call MATLAB engine failure
Time:10-06
As shown in figure
Under the button code
Engine * ep;//define the Matlab engine pointer,
if (! (ep=engOpen (NULL)))//test whether successful start Matlab engine,
{
MessageBox (" Can 't start Matlab engine!" );
exit(1);
}
EngClose (ep);//close Matlab engine,
Page link:
https//www.codepudding.com/Backend/54887.html
Prev:
The original code radix-minus-one complement binary complement
Next:
C Builder 6 Form minimize maximize response message
Tags:
ActiveX/COM/DCOM
Related
Links:
CodePudding