Function definitions are not permitted in this context.

1 visualización (últimos 30 días)
mousa alsarhan
mousa alsarhan el 11 de Dic. de 2022
Editada: Jan el 11 de Dic. de 2022
img = imread('robot_projisi.png');
disp(img);
function simg = greysmoot1(img, n)
grey = imono(img);
K = ones(n,n) / n^2;
simg = iconv(K, grey);
end
//
command window
Function definitions are not permitted in this context.

Respuestas (1)

Stephan
Stephan el 11 de Dic. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by