查看: 1273|回复: 0
|
Matlab code 在 .net 里的问题如何解决?
[复制链接]
|
|
以下的 coding 是用 "matlab builder" create 的。
但是 import 去 .NET 的时候出现 error。
以下是 error 的地方:
问题1:
using MathWorks.MATLAB.NET.Arrays;
using MathWorks.MATLAB.NET.Utility;
MathWorks 出现问题,为什么?
The type or namespace name 'MathWorks' could not be found (are you missing a using directive or an assembly reference?)
------------------------------------
问题2:
public MWArray[] mixingwithleorsignal2(int numArgsOut)
{
return mcr.EvaluateFunction(numArgsOut, "mixingwithleorsignal2");
}
MWArray 出现问题。
The type or namespace name 'MWArray' could not be found (are you missing a using directive or an assembly reference?)
-----------------------------------
问题3:
private static MWMCR mcr= null;
MWMCR 出现问题。
The type or namespace name 'MWMCR' could not be found (are you missing a using directive or an assembly reference?) |
|
|
|
|
|
|
| |
本周最热论坛帖子
|