Fix Erorr using cellstr.
Afficher commentaires plus anciens
Hi z='20' {1×2 cell} :eror : input must be a string . How do I fix this error?
7 commentaires
chicken vector
le 20 Avr 2023
Dyuman Joshi
le 20 Avr 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
le 20 Avr 2023
Dyuman Joshi
le 20 Avr 2023
I assume you want to convert each cell into cell string (except the elements which are already a cell string)?
Ali Nik
le 20 Avr 2023
Ali Nik
le 20 Avr 2023
Réponses (0)
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!