Borrar filtros
Borrar filtros

separating parts of loaded data

1 visualización (últimos 30 días)
Alison
Alison el 3 de Ag. de 2016
Respondida: Walter Roberson el 4 de Ag. de 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?

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de Ag. de 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.

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by