Error using cellstr.

조회 수: 1 (최근 30일)
Oman Wisni
Oman Wisni 2018년 11월 8일
댓글: madhan ravi 2018년 11월 8일
I want to take all the pictures from my folder. I have made a code to take all the pictures and from each of the images I extracted the feature. after getting the value from feature extraction I want to save it in a table that was created. but I got an Error using cellstr. Here I attached the file sir, any help will be must appreciated. Thank you

채택된 답변

madhan ravi
madhan ravi 2018년 11월 8일
see Processing sequence of files and use sprintf() instead of cellstr as suggested in the link
  댓글 수: 2
Oman Wisni
Oman Wisni 2018년 11월 8일
thank you sir
madhan ravi
madhan ravi 2018년 11월 8일
Anytime :)

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2018년 11월 8일
ID = cellstr(full_name);
  댓글 수: 1
Oman Wisni
Oman Wisni 2018년 11월 8일
Thank you sir.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by