求助!C# 如何调用matlab工具箱中的函数
.M文件如下function tt()
x=';
y=';
rstool(x,y);
matlab builder for .NET 编译生成text1.dll 并在c# 中引用
C#中操作
private void button3_Click(object sender, System.EventArgs e)
{
text1.ta1 abc=new text1.ta1();
abc.tt();
}
错误信息如下
未处理的“System.ApplicationException”类型的异常出现在 mwarray.dll 中。
其他信息: MWMCR::EvaluateFunction error: Undefined function or method 'rstool' for
input arguments of type 'double'.Error in =>tt.m at 4.
请问应该如何解决?谢谢!!!!!!!
QQ:40707575mail:onlyfeng325@163.com
页:
[1]