Unrecognized function or variable

1 visualizzazione (ultimi 30 giorni)
Rd
Rd il 17 Lug 2020
Risposto: madhan ravi il 17 Lug 2020
code :
edge_img = zeros(size(img));
edge_img(edges(1,:) + size(img,1)*[0:size(img,2)-1]) = 1;
edge_img(edges(2,:) + size(img,1)*[0:size(img,2)-1]) = 1;
error shown:
Unrecognized function or variable 'edges'.
Error in linebyline (line 16)
edge_img(edges(1,:) + size(img,1)*[0:size(img,2)-1]) = 1;
kindly help me to remove this issue.

Risposta accettata

madhan ravi
madhan ravi il 17 Lug 2020
edges not defined

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB 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