How to transform a unit8 variable into a double one?

2 ビュー (過去 30 日間)
wang ding wang
wang ding wang 2019 年 7 月 14 日
編集済み: KALYAN ACHARJYA 2019 年 7 月 14 日
just like what the title says

回答 (2 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 14 日
編集済み: KALYAN ACHARJYA 2019 年 7 月 14 日
data_double=double(data);
See details double

Image Analyst
Image Analyst 2019 年 7 月 14 日
doubleVar = double(uintVar);
Replace with your actual variable names, of course.

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by