The best method to organize my data

조회 수: 1 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2019년 11월 4일
답변: KALYAN ACHARJYA 2019년 11월 4일
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.

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 11월 4일

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by