How can I create/define a 1 degree x 1 degree grid in MATLAB?

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.

Answers (1)

Use zeros() or ones() or rand() depending on what values you want it to have.

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Asked:

IMC
on 27 Mar 2021

Answered:

on 27 Mar 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!