MATLAB - String Handling
Which MATLAB command correctly finds the starting indices of the substring 'fox' in the string variable
sentence?sentence?strfind returns starting indices of substring occurrences.contains returns logical, not indices; find and index are invalid here.strfind returns them [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions