MATLAB - String Handling
What is the output of the following MATLAB code?
str = 'hello world';
pos = strfind(str, 'o');
str = 'hello world';
pos = strfind(str, 'o');
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions