有懂matlab一维数组除法的吗

2025-06-28 22:44:55
推荐回答(1个)
回答1:

matlab reshape使用
matlab reshape使用 reshape把指定的矩阵改变形状,但是元素个数不变, 例如,行向量: a = [1 2 3 4 5 6] 执行下面语句把它变成3行2列: b = reshape(a,...