want to change class of .mat file ?

3 ビュー (過去 30 日間)
Rakesh Praveen
Rakesh Praveen 2011 年 11 月 18 日
hi, i have a mat file containing complex values of 64×1 dimension. This mat file is in class cell. i want to change it to class double. how do i change it ?
thank you.

採用された回答

Daniel Shub
Daniel Shub 2011 年 11 月 18 日
doc cell2mat
Assuming you have cell c and want double x ...
x = cell2mat(c);
  1 件のコメント
Rakesh Praveen
Rakesh Praveen 2011 年 11 月 18 日
thank u Daniel.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by