Comment résolut ce problème SVP ??
Avec que Im_gray est une image au niveau de gris et qu'on a ce code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 Subscripting into an mxArray is not supported. Function 'convolution.m' (#61.662.676), line 25, column 30: "Im_gray(k,l)"
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 for k=1:s1 for l=1:s2 X0(k,l) = (0.1+ (410 .* Im_gray(k,l)))/(105.5 + Im_gray(k,l)); end end
Partager