Fix Erorr using cellstr.
Mostrar comentarios más antiguos
Hi z='20' {1×2 cell} :eror : input must be a string . How do I fix this error?
7 comentarios
chicken vector
el 20 de Abr. de 2023
Dyuman Joshi
el 20 de Abr. de 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
el 20 de Abr. de 2023
Dyuman Joshi
el 20 de Abr. de 2023
I assume you want to convert each cell into cell string (except the elements which are already a cell string)?
Ali Nik
el 20 de Abr. de 2023
Ali Nik
el 20 de Abr. de 2023
Respuestas (0)
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!