How can I create/define a 1 degree x 1 degree grid in MATLAB?
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I would much appreciate if anyone could help me with this.
How can I create/define a 1 degree x 1 degree grid in MATLAB?
Thank you.
0 件のコメント
回答 (1 件)
Image Analyst
2021 年 3 月 27 日
Use zeros() or ones() or rand() depending on what values you want it to have.
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!