after concatenation of matrix of different dimension how to extrat value of particluar row and column
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
rajesh kumar
le 17 Mai 2018
Modifié(e) : Ameer Hamza
le 17 Mai 2018
m1=rand(10,2); m2=rand(10,3); m3=rand(10,6); m={m1,m2,m3}; if i want m2(3,2) i will get value, but using m i want to get m2(3,2), is this possible.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements 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!