How change somme values on a matrix?
显示 更早的评论
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?!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Just for fun 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!