Borrar filtros
Borrar filtros

Unrecognized function or variable

2 visualizaciones (últimos 30 días)
Rd
Rd el 17 de Jul. de 2020
Respondida: madhan ravi el 17 de Jul. de 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.

Respuesta aceptada

madhan ravi
madhan ravi el 17 de Jul. de 2020
edges not defined

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by