How to transform a unit8 variable into a double one?

4 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by