Testing a cell array if it is a string
12 ビュー (過去 30 日間)
古いコメントを表示
Jeffrey Beckstead
2022 年 5 月 19 日
コメント済み: Jeffrey Beckstead
2022 年 5 月 20 日
I want to test a cell array to see if its contents are a string.
The function iscellstr checks to see if the contents of the cell are a character vector, not a string. Bad naming of a function in my opinion.
I am trying to test the cell array element if it is a string for error checking prior to use. This would be similar to isnumeric.
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!