The best method to organize my data
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Let's assume we have several parameters like A, B, C, D, ..., Z. And then each parameter can take several values like: A=1,2,3,10,0 ; B=4,8,6.5 ; C=9.5,30,50,100,150
and so one parameter can have multiple values that are integer or non ineteger. For each of these parameters with corresponding parameter values, I have several data points that are result of simulation. For example, for A=1, I have 200 data points. For A=2, I hav e150 datapints. For B=4, I have an other 200 data points, and so on. So if I have 5 parameters, each has 4 value (not necessarily equal values though), so I have 5*4=20 series of datapoints that each series have hundreds memebers.
How can I store these so I can load them later easier and more systematic? For example later I need to plot different values of A vs the datapoints to explore how much value of A affect the datapoints and produce this plot for other parameters.
I need to store the data and easily call them later. Preferably, to be systematic so that I dont have to call each individual parameter with their name and instead call them systematically.
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Variables finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!