Clear Filters
Clear Filters

How can we implement a for loop for finding maximum of three gradient matrices?

1 view (last 30 days)
[Rx, Ry] = imgradientxy(r); [Rmag, Rdir] = imgradient(Rx, Ry); [Gx, Gy] = imgradientxy(g); [Gmag, Gdir] = imgradient(Gx, Gy); [Bx, By] = imgradientxy(b); [Bmag, Bdir] = imgradient(Bx, By);
I have to find max of these three matrices B G and R

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!