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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!