How to transform a unit8 variable into a double one?

4 views (last 30 days)
just like what the title says

Answers (2)

KALYAN ACHARJYA
KALYAN ACHARJYA on 14 Jul 2019
Edited: KALYAN ACHARJYA on 14 Jul 2019
data_double=double(data);
See details double

Image Analyst
Image Analyst on 14 Jul 2019
doubleVar = double(uintVar);
Replace with your actual variable names, of course.

Categories

Find more on Data Types in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!