convert array vector in matrix
Afficher commentaires plus anciens
D=Sis(i).dailyprof;

for i=1:width(Sis)
D(:,i)=Sis(i).dailyprof;
end
an i get the same result avoid loop loop? i try to use reshape but i can't
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!