You are on page 1of 1

Umbral

For(int i=0,i<m,i++)
For(int j=0;j<n;j++)
If(m[i][j]>=u) m[i][j]=1
Else m[i][j]=0;

You might also like