Unrecognized function or variable

1 次查看(过去 30 天)
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