accessing data from a struct
Afficher commentaires plus anciens
I have R, which is a 1x1 struct, which contains a matrix named X. I want to access X, how do I this? I want to load X into the workgroup.
R(1) doesn't seem to do it.
2 commentaires
madhan ravi
le 21 Juil 2018
Could you upload the code?
Stephen23
le 21 Juil 2018
How to access data in structures is explained in the MATLAB documentation:
Réponse acceptée
Plus de réponses (1)
Anas Alakhras
le 28 Fév 2023
0 votes
R.X
Catégories
En savoir plus sur Workspace Variables and MAT Files 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!