1.执行mcc -W lib:liba -T link:lib oula 生成liba.dll及头文件2.编译以下c代码,该代码写了一个mxMatDbl类 // callMatlab.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <windows.h>#include <matrix.h>#include "../liba.h"class mxMatDbl 相关文章: 2021-06-16 2021-05-04 2021-12-06 2021-11-29 2021-12-18 2021-06-04 2021-10-25