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… 続きを読む >>
Use strlength to Detect Zero Length Strings
- カテゴリ:
- Format: Video
