How can I convert a vector in format cell to double?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Thanks in advance for supporting how can I convert attached "temp" data to double coresponding to the lon and lat.
6 Kommentare
Guillaume
am 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.
Antworten (1)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!