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!