Filter löschen
Filter löschen

separating parts of loaded data

2 Ansichten (letzte 30 Tage)
Alison
Alison am 3 Aug. 2016
Beantwortet: Walter Roberson am 4 Aug. 2016
I have loaded in data files which are doubles of variable size and each have an identifier xma567, xma568 etc. The size is either 1028x2 or 1028xn, with n being greater than 2. I would like to separate out the 1028xn files and add an offset to produce stacked plots. Any suggestions?

Antworten (1)

Walter Roberson
Walter Roberson am 4 Aug. 2016
It is not recommended to use individual variables for that purpose.
After you load the data from any one file, you can use size() to check the number of columns, and add it to a cell array of data if it is one of the ones you want to keep. After you have loaded them all you can use the cell array to produce an appropriate plot.

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by