回复 1# abingchem 的帖子
请问
void CExamleDlg::OnButton1()
{
initM(MATCOM_VERSION);
dMm(x); dMm(y);
#line 1 "c:/matcom45/test1.m"
call_stack_begin;
#line 1 "c:/matcom45/test1.m"
_ x = colon(1.0,0.1,10.0);
#line 2 "c:/matcom45/test1.m"
_ y = sin(x);
#line 3 "c:/matcom45/test1.m"
_ plot((CL(x),y));
call_stack_end;
exitM();
}
上面这个函数中的路径 "c:/matcom45/test1.m"什么意思?胡乱填写的吗?
为什么这个 test1.m文件并不是放在这个目录下 也能正常运行程序??