问题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?)