Testing a cell array if it is a string
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jeffrey Beckstead
am 19 Mai 2022
Kommentiert: Jeffrey Beckstead
am 20 Mai 2022
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Cell Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!