ind2sub用法 The ind2sub command determines the equivalentsubscript values corresponding to a single index into an array.ind2sub 将数组中的索引转换成矩阵中的坐标。[I,J] = ind2sub(siz,IND) 返回矩阵I(行下标),J (列下标)。siz是一个向量,siz(1)表示行数 Matlab 2023-09-13 53 点赞 0 评论 80 浏览