error in using dec2bi()?

3 vues (au cours des 30 derniers jours)
Ameligege
Ameligege le 11 Avr 2015
Commenté : Ameligege le 11 Avr 2015
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?

Réponse acceptée

Image Analyst
Image Analyst le 11 Avr 2015
Try dec2bin() instead.
  1 commentaire
Ameligege
Ameligege le 11 Avr 2015
thanks sir it works.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur GPU Computing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by