Fix Erorr using cellstr.
Mostra commenti meno recenti
Hi z='20' {1×2 cell} :eror : input must be a string . How do I fix this error?
7 Commenti
chicken vector
il 20 Apr 2023
Dyuman Joshi
il 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
il 20 Apr 2023
Dyuman Joshi
il 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
il 20 Apr 2023
Ali Nik
il 20 Apr 2023
Risposte (0)
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!