how to export image classification results in excel sheet
조회 수: 3 (최근 30일)
이전 댓글 표시
i did image classification using Neural Network, now I want the results shown in command window to also save/export in excel sheet. How to do that?
댓글 수: 1
답변 (1개)
Image Analyst
2023년 10월 14일
Exactly what results do you want to export? Screenshot please. If you have it in a variable, you can use writetable or writecell to put it into a workbook.
댓글 수: 6
Dyuman Joshi
2023년 10월 14일
"I have diseases names ..."
Where did the disease names come from?
"No, i dont have it in variable, the above image shows one name of disease"
The screenshot you have attached shows that "bacterial blight" is assigned to the variable "label" but you say that you don't have a variable. You are contradicting yourself.
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!