I need help with this app designer code

1 view (last 30 days)
batool
batool on 10 Jan 2023
Commented: Adam Danz on 10 Jan 2023
  1 Comment
Adam Danz
Adam Danz on 10 Jan 2023
Is your question about understanding the error message or how to respond to the error you're seeing?
In filter2(f,b), f and b should be matricies. We see that f is a matrix but we don't see what b is, specifially it's class and size.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 10 Jan 2023
filter2() does not support RGB images.

Categories

Find more on Environment and Settings 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!