Handwritten recognition using CNN
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Muhamad Luqman Mohd Nasir
le 5 Juin 2021
Commenté : Muhamad Luqman Mohd Nasir
le 21 Juin 2021
Hi i have some problems that keeps on occuring can someone help me with this error ASAP
Below is my code line
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/642835/image.png)
This the error that i keep on getting
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/642840/image.png)
0 commentaires
Réponse acceptée
Sulaymon Eshkabilov
le 5 Juin 2021
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.
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!