1
gx = gpuArray(uint8(X));
gtm = gpuArray(uint8(tm));
gx = arrayfun(bitxor,gtm,gx);
Fehler:GPU BITXOR in MATLAB
Error using ==> bitxor
Not enough input arguments.
Error in ==> Encryption at 57
gx = arrayfun(bitxor,gtm,gx);
Ich erhalte die oben Fehler Wenn ich versuche, um den Code auszuführen. Jemand Bitte hilf mir.