How to display the object created with function strel?
30 views (last 30 days)
Show older comments
How to display the object created with function strel?
Accepted Answer
Walter Roberson
on 24 Nov 2017
AAA = strel('disk', 5);
AAA.Neighborhood
image(AAA.Neighborhood); colormap(gray(2));
4 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!