How to automatically pull values from matrix and set as variables
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Garrett
le 2 Août 2017
Modifié(e) : Stephen23
le 19 Juin 2019
I have a matrix ex.
A=[11,7,3;9,13,5],
and I want to have a series of variables where
c1=1
c2=7
c3=3
c4=9
c5=13
c6=5.
How can I do an operation like this for any size matrix and note it is important that they are numbered in a certain direction. This is so in a later operation I can input c5 in an equation and it be the value located in A(2,2).
5 commentaires
Réponse acceptée
Akhilesh Thakur
le 2 Août 2017
https://stackoverflow.com/questions/14360501/extract-parts-of-a-big-matrix-and-allocate-them-in-new-variables-with-loop-funct
I guess this is what you are looking for Hope this helps.
4 commentaires
Akhilesh Thakur
le 3 Août 2017
I guess still eval is used everywhere. Thanks for your comments on eval
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing 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!