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