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
