How do I make a 3 dimensional matrix?

2 vues (au cours des 30 derniers jours)
Anna
Anna le 7 Août 2014
nothing more to add to the question!

Réponses (1)

Image Analyst
Image Analyst le 7 Août 2014
How about one of these
array3d = zeros(2,3,4);
array3d = ones(2,3,4);
array3d = rand(2,3,4);

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by