MATLAB - String Handling
What will be the result of this MATLAB code?
str = "MATLAB";
charArr = 'MATLAB';
disp(str(1));
disp(charArr(1));
str = "MATLAB";
charArr = 'MATLAB';
disp(str(1));
disp(charArr(1));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions