Effacer les filtres
Effacer les filtres

why do i get this error:the function nume1 is undefined

6 vues (au cours des 30 derniers jours)
Ray
Ray le 6 Déc 2015
Commenté : Star Strider le 31 Oct 2022
endrec_im_bin = reshape(rec_syms_cons',nume1(rec_syms_cons),1);}
I get this error:
Undefined function or variable 'number'.
nume1 is a buit in matlab function. why do get this error?

Réponse acceptée

Star Strider
Star Strider le 6 Déc 2015
Put simply:
Q1 = uint8('nume1')
Q2 = uint8('numel')
Q1 =
110 117 109 101 49
Q2 =
110 117 109 101 108
Which is a MATLAB roundabout way of saying that you typed a 1 (ONE) instead of an l (lower case ‘L’).
  2 commentaires
Renoy
Renoy le 31 Oct 2022
This helped! Thank you :)
Star Strider
Star Strider le 31 Oct 2022
My pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Identification dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by