why error is coming "undefined function or variable"?
Ältere Kommentare anzeigen
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.
Antworten (1)
KALYAN ACHARJYA
am 21 Nov. 2020
Bearbeitet: KALYAN ACHARJYA
am 21 Nov. 2020
0 Stimmen
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 Kommentar
Dhruv Bhatnagar
am 21 Nov. 2020
Kategorien
Mehr zu Adding custom doc finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!