How can I make this image? The matrix size is 16 by 16 and the whole image is 256 by 256.
1 回表示 (過去 30 日間)
古いコメントを表示
one
zeros
採用された回答
Image Analyst
2021 年 12 月 14 日
img = eye(16)+fliplr(eye(16))
Then use imresize() with the 'nearest' option.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!