摘要: 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) 推荐(0) 编辑
摘要: matlab传参数给c#时,若是复数是一定要注意用MWComplex class,否则返回的参数是null,传过来的参数根本没法用 阅读全文
posted @ 2009-08-31 21:07 greencolor 阅读(273) 评论(0) 推荐(0) 编辑
摘要: MWNumericArray temp = (MWNumericArray)ResOut[0]; //矩阵转换Array netInterfaceMatrix = temp.ToArray(MWArrayComponent.Real); //c#规范的矩阵double[,] location = (double[,])netInterfaceMatrix; 阅读全文
posted @ 2009-08-31 21:01 greencolor 阅读(92) 评论(0) 推荐(0) 编辑