errors running a function

 Accepted Answer

Image Analyst
Image Analyst on 13 Dec 2022
Like it says, the sizes are different. You need to use padarray to make gl the same size as imgbf.

2 Comments

i used padarray and it showed me an error "undefined function 'padarraymat2gray' for input arguments of type 'double'.
You didn't use padarray. You used padarraymat2gray, which doesn't exist.

Sign in to comment.

More Answers (0)

Asked:

on 13 Dec 2022

Commented:

on 13 Dec 2022

Community Treasure Hunt

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

Start Hunting!