フィルターのクリア

separating parts of loaded data

1 回表示 (過去 30 日間)
Alison
Alison 2016 年 8 月 3 日
回答済み: Walter Roberson 2016 年 8 月 4 日
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?

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 8 月 4 日
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.

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by