矩阵转换

MWNumericArray temp = (MWNumericArray)ResOut[0];

//矩阵转换

Array netInterfaceMatrix = temp.ToArray(MWArrayComponent.Real); //c#规范的矩阵

double[,] location = (double[,])netInterfaceMatrix;

posted @ 2009-08-31 21:08  greencolor  阅读(231)  评论(0)    收藏  举报