How can I create/define a 1 degree x 1 degree grid in MATLAB?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Image Analyst
il 27 Mar 2021
Use zeros() or ones() or rand() depending on what values you want it to have.
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!