I am getting error matrix demension does not agree
Show older comments
RGB =imread('mammogram.jpg');
hsv=rgb2hsv(RGB);
imshow(hsv);
i= 1:20:120;
r1=0.1;
r2=0.85;
s=0.8;
wgray=1-s^(r1*(255/i)^r2);
in line 5 i want to input value of i from 1 to 120 with diffference of 20
thanks
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!