矩阵转换

MWNumericArray temp = (MWNumericArray)ResOut[0];

//矩阵转换

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

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

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