MATLAB - String Handling
What is wrong with this MATLAB code?
str = 'test123';
idx = regexp(str, '\\d');
disp(idx{1});str = 'test123';
idx = regexp(str, '\\d');
disp(idx{1});15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions