How do I make a 3 dimensional matrix?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
nothing more to add to the question!
0 Commenti
Risposte (1)
Image Analyst
il 7 Ago 2014
How about one of these
array3d = zeros(2,3,4);
array3d = ones(2,3,4);
array3d = rand(2,3,4);
0 Commenti
Vedere anche
Categorie
Scopri di più su Resizing and Reshaping Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!