How do I make a 3 dimensional matrix?
1 回表示 (過去 30 日間)
古いコメントを表示
nothing more to add to the question!
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 8 月 7 日
How about one of these
array3d = zeros(2,3,4);
array3d = ones(2,3,4);
array3d = rand(2,3,4);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!