Unrecognized function or variable

1 回表示 (過去 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 Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by