摘要: 1 #include "stdio.h" 2 #include "stdlib.h" 3 #include "string.h" 4 #include "math.h" 5 #include "engine.h" 6 7 void main() 8 { 9 int i(0),j(0);10 Engine *ep; //定义Matlab引擎指针。11 if (!(ep=engOpen(NULL))) //测试是否启动Matlab引擎成功。12 {13 printf("Can't 阅读全文
posted @ 2013-05-16 14:00 xtypeu 阅读(374) 评论(0) 推荐(0) 编辑