c读取mat文件,调用dll函数,返回值写入mat文件,mxArray内存管理松散,需要最后销毁。
#include "stdafx.h"
#include <stdlib.h>#include "mat.h"
#include <iostream>
#include "libAutoExtract.h"
#include <fstream>
#pragma comment(lib, "mclmcrrt.lib" )
#pragma comment(lib,"libAutoExtract.lib")
using namespace std;
int main()
{
MATFile *pmat = NULL;
MATFile *pmatFile = NULL;
const char *file;
mxArray *pa;
if (!libAutoExtractInitialize())
{
cout << "Could not initialize" << endl;
return -1;
}
file = "E://alogrithmprogramming//C++//cmatdll//cmatdll//Y.mat";//读入初始数据