필터 지우기
필터 지우기

Data type conversion in Matlab

조회 수: 2 (최근 30일)
Abdurrehman
Abdurrehman 2017년 8월 26일
답변: KSSV 2017년 8월 26일
I have a fundamental question i.e. if I write in Matlab
Variable = 10;
the variable will be of double class and 8 bytes wide.
now if I change its type as
variable=uint8(variable);
it will be converted to an unsigned int and will be 1 byte wide
The problem is here when I assign a new value to this variable it changes its class automatically and goes back to double class whereas I had changed its class from double to uint8.
Can anyone address this issue, please?

채택된 답변

KSSV
KSSV 2017년 8월 26일
Default class in matlab is double. If you want class uint8 every time you have to use it.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by