Handwritten recognition using CNN
    5 views (last 30 days)
  
       Show older comments
    
    Muhamad Luqman Mohd Nasir
 on 5 Jun 2021
  
    
    
    
    
    Commented: Muhamad Luqman Mohd Nasir
 on 21 Jun 2021
            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 Comments
Accepted Answer
  Sulaymon Eshkabilov
      
 on 5 Jun 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.
More Answers (0)
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
