why error is coming "undefined function or variable"?
Mostrar comentarios más antiguos
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.
Respuestas (1)
KALYAN ACHARJYA
el 21 de Nov. de 2020
Editada: KALYAN ACHARJYA
el 21 de Nov. de 2020
0 votos
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 comentario
Dhruv Bhatnagar
el 21 de Nov. de 2020
Categorías
Más información sobre Adding custom doc en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!