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

Thanks in advance for supporting how can I convert attached "temp" data to double coresponding to the lon and lat.

6 Comments

The matrices in your cell array already are of class double.
Are actually cell
>> whos lat
Name Size Bytes Class Attributes
lat 1x129 29912 cell
>> whos lon
Name Size Bytes Class Attributes
lon 1x129 29912 cell
>> whos temp
Name Size Bytes Class Attributes
temp 1x129 19081448 cell
@Farshid Daryabor: what size/s do you expect the two numeric matrices to be?
"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.
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.

Sign in to comment.

Categories

Tags

Asked:

on 22 Jan 2020

Commented:

on 23 Jan 2020

Community Treasure Hunt

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

Start Hunting!