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!