Handwritten recognition using CNN
조회 수: 2 (최근 30일)
이전 댓글 표시
Muhamad Luqman Mohd Nasir
2021년 6월 5일
댓글: Muhamad Luqman Mohd Nasir
2021년 6월 21일
Hi i have some problems that keeps on occuring can someone help me with this error ASAP
Below is my code line
This the error that i keep on getting
댓글 수: 0
채택된 답변
Sulaymon Eshkabilov
2021년 6월 5일
The error with your employed fcn called net() that is not defined as a function and considered in your code as a variable. Thus, define the fcn net() first using function file or anonymous fcn and then call it within a loop.
추가 답변 (0개)
참고 항목
카테고리
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!