How change somme values on a matrix?
Mostrar comentarios más antiguos
for example I have a "A" matrix , i want change somme pixel values inside him, like this example:
if true
% code
if A<=20
A(value)=0;
else
A(value)=255;
end
How can I do this?!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Just for fun en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!