#include"engine.h"
#include<iostream>
#include<string>
using namespace std;
void main()
{
engine *ep=NULL;
if(ep==NULL)
{if(!(ep=engOpen("\0")))
{std::cout<<"Fail to start MATLAB engine!"<<std::endl;
exit(1);
......................
阅读全部 | 2014年11月21日 19:03