Unrecognized function or variable

조회 수: 2 (최근 30일)
HSIU-YUN CHIEN
HSIU-YUN CHIEN 2020년 11월 25일
답변: Vimal Rathod 2020년 12월 1일
I use GPU Coder run the following line: :
function[or,H,W,y,x]=vpoint(Img,odd,even)
but it getting an error Error evaluating test code.Caused by: Unrecognized function or variable 'vpoint'
  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 11월 25일
You are not passing in gpu objects to vpoint. Perhaps it is defined as a method applicable to gpuArray

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

답변 (1개)

Vimal Rathod
Vimal Rathod 2020년 12월 1일
Hi,
From your question it seems that, you are calling the function without passing any parameters in the function. May be that is the reason why its throwing the error. It also could be that you haven't included the file in your path or it could be any of the other reasons mentioned in the below link.

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by