How to transform a unit8 variable into a double one?

4 visualizaciones (últimos 30 días)
wang ding wang
wang ding wang el 14 de Jul. de 2019
Editada: KALYAN ACHARJYA el 14 de Jul. de 2019
just like what the title says

Respuestas (2)

KALYAN ACHARJYA
KALYAN ACHARJYA el 14 de Jul. de 2019
Editada: KALYAN ACHARJYA el 14 de Jul. de 2019
data_double=double(data);
See details double

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

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by