フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Considering a 3D matrix. How to delete the first column of the first matrix, the second column of the second matrix, the third column of the third matrix and so on.

1 回表示 (過去 30 日間)
Mariana
Mariana 2017 年 11 月 21 日
閉鎖済み: Walter Roberson 2017 年 11 月 21 日
% Considering 3D matrix of dimension n
n=3;
for a=1:n
for b=1:n
for c=1:n
A(b,c,a)=c;
end
end
end
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 11 月 21 日
Duplicates https://www.mathworks.com/matlabcentral/answers/368240-considering-a-3d-matrix-how-to-delete-the-first-column-of-the-first-matrix-the-second-column-of-th

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by