Fix Erorr using cellstr.
显示 更早的评论
Hi z='20' {1×2 cell} :eror : input must be a string . How do I fix this error?
7 个评论
chicken vector
2023-4-20
Dyuman Joshi
2023-4-20
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
2023-4-20
Dyuman Joshi
2023-4-20
I assume you want to convert each cell into cell string (except the elements which are already a cell string)?
Ali Nik
2023-4-20
Ali Nik
2023-4-20
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!