摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) mean_matrix(MatrixID, 'rows', MatrixMeanID) *返回平均值的矩阵 *参数1:原矩阵 *参数2:平均值类型 * ' 阅读全文
posted @ 2022-02-16 15:05 天子骄龙 阅读(130) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) get_size_matrix (MatrixID, Rows, Columns) *返回矩阵的行数Rows和列数Columns max_matrix ( 阅读全文
posted @ 2022-02-16 12:52 天子骄龙 阅读(198) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) value:=[1,-9,6] set_value_matrix(MatrixID,[0,2,1],[1,0,3],value) *设置矩阵的一个或多个元 阅读全文
posted @ 2022-02-16 08:49 天子骄龙 阅读(287) 评论(0) 推荐(0)
摘要: 在HDevelop中 create_matrix (3, 4, [1,2,3,4,5,6,7,8,10,20,30,40], MatrixID) get_value_matrix (MatrixID, [0,2,1], [1,0,3], Value) *返回矩阵的一个或多个元素 *参数1:原矩阵 * 阅读全文
posted @ 2022-02-16 08:28 天子骄龙 阅读(237) 评论(0) 推荐(0)