error in using dec2bi()?

조회 수: 1 (최근 30일)
Ameligege
Ameligege 2015년 4월 11일
댓글: Ameligege 2015년 4월 11일
Dear all,
number=3.77
integerf=fix(number)
binnumber=dec2bi(integerf);
the error msg is "Undefined function 'dec2bi' for input arguments of type 'double'."
can anyone help me to solve this error, please?

채택된 답변

Image Analyst
Image Analyst 2015년 4월 11일
Try dec2bin() instead.
  댓글 수: 1
Ameligege
Ameligege 2015년 4월 11일
thanks sir it works.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by