Azzera filtri
Azzera filtri

Unrecognized function or variable

1 visualizzazione (ultimi 30 giorni)
HSIU-YUN CHIEN
HSIU-YUN CHIEN il 25 Nov 2020
Risposto: Vimal Rathod il 1 Dic 2020
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 Commento
Walter Roberson
Walter Roberson il 25 Nov 2020
You are not passing in gpu objects to vpoint. Perhaps it is defined as a method applicable to gpuArray

Accedi per commentare.

Risposte (1)

Vimal Rathod
Vimal Rathod il 1 Dic 2020
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.

Categorie

Scopri di più su MATLAB Coder in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by