フィルターのクリア

Convert contents of cell array to indivdual variables

2 ビュー (過去 30 日間)
bugguts99
bugguts99 2012 年 2 月 20 日
I have a 7584 x 18 matrix which I have split into a cell array using mat2cell e.g.
c = mat2cell(data,repmat(48,158,1),18);
Is there an easy way to convert these to variables without naming each individually i.e. without having to stipulate Day01 = c{1}; Day02 = c{2} etc???

採用された回答

Walter Roberson
Walter Roberson 2012 年 2 月 20 日
  1 件のコメント
bugguts99
bugguts99 2012 年 2 月 20 日
Ok. Thanks Walter.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by