converting a large uint16 array to doubles

is there a method to convert a large matrix of uint16 data to double without going through each individual element?
Thanks

 採用された回答

James Tursa
James Tursa 2013 年 6 月 28 日
編集済み: James Tursa 2013 年 6 月 28 日

3 投票

Not sure if this is what you are really asking,
u = your uint16 array
d = double(u);

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by