Error while evaluating TimerFcn for timer 'timer-1' Undefined function 'myFunction' for input arguments of type 'uint8'.
Mostra commenti meno recenti
The line where the error occures is:
RGB = getsnapshot(vid);
myFunction(RGB);
The function 'myFunction' expects input of type 720x1280x3 uint8, which RGB is. What does this error mean?
Thank you
1 Commento
Rik
il 13 Set 2018
This generally means that the function you're calling doesn't exist on your path. That may be because you changed the current folder, or renamed the file that the function is in.
What is the output of which myFunction -all?
Risposte (0)
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!