MATLAB - String Handling
Identify the error in this MATLAB code snippet:
str = 'Hello';
newStr = strcat(str, 123);
str = 'Hello';
newStr = strcat(str, 123);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions