How can I create/define a 1 degree x 1 degree grid in MATLAB?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Image Analyst
el 27 de Mzo. de 2021
0 votos
Use zeros() or ones() or rand() depending on what values you want it to have.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!