Convert structure data into object
Afficher commentaires plus anciens
Hi, I'm working with large structured data in such a format: CarTest1.RoadName.RideName.SpecificWheel.MeasurmentName.data in which number of roads, rides and measurement are usually more than one. Also along with data there are about 20 more fieldnames.
Now i've been told to change the code (which reads these data from text files and store it in such a structure and makes few different plots) to OO code (and i'm totaly new to this). My quetion is if this many layered structure can be changed into objects?
1 commentaire
per isakson
le 20 Mai 2012
What might be the intention behind telling you?
Réponses (1)
Daniel Shub
le 21 Mai 2012
0 votes
Yes.
2 commentaires
Ali
le 21 Mai 2012
Daniel Shub
le 22 Mai 2012
You should edit your QUESTION to include a simplified class definition so we can see what you are doing. DO NOT post the code as a comment or a new answer.
Catégories
En savoir plus sur Structures 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!