Fix Erorr using cellstr.
Ältere Kommentare anzeigen
Hi z='20' {1×2 cell} :eror : input must be a string . How do I fix this error?
7 Kommentare
chicken vector
am 20 Apr. 2023
Dyuman Joshi
am 20 Apr. 2023
As the error clearly states, the input to cellstr() must be a string, which it is not.
What is the content of Y? Please attach the data corresponding to Y.
Ali Nik
am 20 Apr. 2023
Dyuman Joshi
am 20 Apr. 2023
I assume you want to convert each cell into cell string (except the elements which are already a cell string)?
Ali Nik
am 20 Apr. 2023
Ali Nik
am 20 Apr. 2023
Antworten (0)
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!