How to transform a unit8 variable into a double one?

조회 수: 4 (최근 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 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