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