why error is coming "undefined function or variable"?
Afficher commentaires plus anciens
i am trying to declare one qudratic equation but getting this error in R2017b and R2020b also
M1=bit3xor(u2,w2,bitxor(bit3xor(bitand(v2,d2))));
Error: Undefined function or variable 'bit3xor'.
Please someone help me in removing this error.
Réponses (1)
KALYAN ACHARJYA
le 21 Nov 2020
Modifié(e) : KALYAN ACHARJYA
le 21 Nov 2020
0 votes
There is no such "bit3xor" inbuilt function in MATLAB. It might be custom function, if so please keep the bit3xor.m file in the same working directory.
1 commentaire
Dhruv Bhatnagar
le 21 Nov 2020
Catégories
En savoir plus sur Adding custom doc dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!