Effacer les filtres
Effacer les filtres

How to create a 3D matrix using the 2D matrices

3 vues (au cours des 30 derniers jours)
sumeeth
sumeeth le 9 Sep 2011
Hello All
I have 72 matrices of size 137x137 each.So i want to store these matrices in a 3D matrix with third dimension as index of each 137x137 matrix which makes a 3D matrix of size 137x137x72.
So guys do help me in sorting this out.
  1 commentaire
swati rani
swati rani le 25 Août 2017
Heyie,
could you be kind enough to share your experience, how did you resolve your problem?

Connectez-vous pour commenter.

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 9 Sep 2011
d=zeros(137,137,72);
for k=1:72
d(:,:,k)=rand(137);
end

Plus de réponses (1)

Souarv De
Souarv De le 20 Fév 2020
randi(10,137,137,72)

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by