converting a large uint16 array to doubles

194 ビュー (過去 30 日間)
William
William 2013 年 6 月 28 日
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 日
Not sure if this is what you are really asking,
u = your uint16 array
d = double(u);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by