From cell array to matrix

1 回表示 (過去 30 日間)
Felipe Rios
Felipe Rios 2019 年 12 月 11 日
コメント済み: Adam Danz 2019 年 12 月 11 日
Hello Everyone: I need to convert the variables (10 temperature profiles collected with a CTD) contained inside a cell array (rsk.mat herein attached) to ten single arrays. Please could anyone provide a hint as to how to accomplish this?
Cheers,
Felipe
  3 件のコメント
Adam Danz
Adam Danz 2019 年 12 月 11 日
Felipe Rios's answer moved here as a comment.
Hi Adam: rsk.data contains the values for the 10 profiles I need to convert to single matrix for each profile.
Thanks,
Felipe
Adam Danz
Adam Danz 2019 年 12 月 11 日
Glad I could help!

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

採用された回答

Adam Danz
Adam Danz 2019 年 12 月 11 日
編集済み: Adam Danz 2019 年 12 月 11 日
This produces a 100x10 matrix and can be applied to several fields of rsk.data.
tstamp = [rsk.data.tstamp];
For fields that contain non-numeric data,
direction = {rsk.data.direction};
  1 件のコメント
Adam Danz
Adam Danz 2019 年 12 月 11 日
Felipe Rios's answer moved here as a comment
Thanks a lot Adam; profiles = [rsk.data.values] is what I needed!
I appreciate your help.
Cheers,
Felipe

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by