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!