Unrecognized function or variable

2 ビュー (過去 30 日間)
Rd
Rd 2020 年 7 月 17 日
回答済み: madhan ravi 2020 年 7 月 17 日
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.

採用された回答

madhan ravi
madhan ravi 2020 年 7 月 17 日
edges not defined

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by