How can I convert a vector in format cell to double?
Show older comments
Thanks in advance for supporting how can I convert attached "temp" data to double coresponding to the lon and lat.
6 Comments
Guillaume
on 22 Jan 2020
The matrices in your cell array already are of class double.
Farshid Daryabor
on 22 Jan 2020
Stephen23
on 22 Jan 2020
@Farshid Daryabor: what size/s do you expect the two numeric matrices to be?
Farshid Daryabor
on 22 Jan 2020
Guillaume
on 22 Jan 2020
"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
on 23 Jan 2020
Answers (1)
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!