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

조회 수: 2 (최근 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

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by