Data structure in Matlab
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can I put a matrix in a vector?!
For example, can I have following structures?
for i = 1:10 X(i) = nan(100,200); end
Of course, I can do by creating 100,2000 matrix and put data consecutively. However, I want to organize them with more convenient indexing.
0 commentaires
Réponses (2)
Muneef
le 6 Nov 2013
yes it can be done you can put a matrix inside a vector by using cells .
0 commentaires
Voir également
Catégories
En savoir plus sur Structures 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!