maximum size of a string in matlab
问题 I am a newbie at matlab and I am trying to solve the following scenario. I have large strings which need to be xor'ed essentially encoded in order to get a value. I am using the following code snippet to perform the operation : clear;clc; first ='abceeeeeeeeeeeeeeeddddddddddddd'; second='defrrrrrrrrrrrrttttttttttttuuuu'; result=bitxor(uint8(double(first)) , uint8(double(second))); In the code above I am hard coding the value of the strings. I was wondering if matlab defines a size limit on