How do I make a 3 dimensional matrix?
Ältere Kommentare anzeigen
nothing more to add to the question!
Antworten (1)
Image Analyst
am 7 Aug. 2014
How about one of these
array3d = zeros(2,3,4);
array3d = ones(2,3,4);
array3d = rand(2,3,4);
Kategorien
Mehr zu Map Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!