You can’t use isempty to detect empty strings, as you would for character arrays. Instead you should check for strlength being equal to zero or compare with an empty character vector. See the… read more >>
Use strlength to Detect Zero Length Strings
- Category:
- Format: Video
