摘要: A=[1 1 1;1 1 1;1 1 1] A = 1 1 1 1 1 1 1 1 1 >> S=mat2cell(A,[1 1 1],[1 2]) S = 3×2 cell 数组 {[1]} {[1 1]} {[1]} {[1 1]} {[1]} {[1 1]} >> S=mat2cell(A,[ 阅读全文
posted @ 2022-08-16 17:42 jiiijiidanaf 阅读(102) 评论(0) 推荐(0)