How do I make a 3 dimensional matrix?

답변 (1개)

Image Analyst
Image Analyst 2014년 8월 7일

0 개 추천

How about one of these
array3d = zeros(2,3,4);
array3d = ones(2,3,4);
array3d = rand(2,3,4);

카테고리

질문:

2014년 8월 7일

답변:

2014년 8월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by