converting a large uint16 array to doubles
150 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
is there a method to convert a large matrix of uint16 data to double without going through each individual element?
Thanks
0 Kommentare
Akzeptierte Antwort
James Tursa
am 28 Jun. 2013
Bearbeitet: James Tursa
am 28 Jun. 2013
Not sure if this is what you are really asking,
u = your uint16 array
d = double(u);
0 Kommentare
Weitere Antworten (0)
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!