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