How to display the object created with function strel?
7 ビュー (過去 30 日間)
表示 古いコメント
How to display the object created with function strel?
採用された回答
Walter Roberson
2017 年 11 月 24 日
AAA = strel('disk', 5);
AAA.Neighborhood
image(AAA.Neighborhood); colormap(gray(2));
4 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!