Error while evaluating TimerFcn for timer 'timer-1' Undefined function 'myFunction' for input arguments of type 'uint8'.

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

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?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

질문:

2018년 9월 13일

댓글:

Rik
2018년 9월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by