フィルターのクリア

How can I convert a vector in format cell to double?

1 回表示 (過去 30 日間)
Farshid Daryabor
Farshid Daryabor 2020 年 1 月 22 日
コメント済み: Farshid Daryabor 2020 年 1 月 23 日
Thanks in advance for supporting how can I convert attached "temp" data to double coresponding to the lon and lat.
  6 件のコメント
Guillaume
Guillaume 2020 年 1 月 22 日
"Are actually cell"
As I wrote, the matrices in your cell array (temp) are already of class double.
If you are asking how to convert the cell array itself into a matrix then you need to explain a lot better what you want. The cell array contains matrices of all sorts of size (e.g. 73x6 and 3365x42) so there's no obvious way this could be done.
Farshid Daryabor
Farshid Daryabor 2020 年 1 月 23 日
Dear Guillaume
You right, I will send a new post with new title it can shows exactly what I am looking for. You can help me and thanks in advance.

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

回答 (1 件)

CAM
CAM 2020 年 1 月 22 日
cell2mat
  1 件のコメント
Farshid Daryabor
Farshid Daryabor 2020 年 1 月 22 日
cell2mat doesn't work

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

カテゴリ

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