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