Suggestions on how to generate a mask
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a matrix that is 1440x2880 of remote sensed temperatures from satallites, i was wondering if there is any way that i can mask all the data points in the United States. To make this clearer, i would like to create a matrix full of 0's and cells in the United cells will be expressed by 1's for example. But i was wondering if there is a way to do this
댓글 수: 2
Geoff Hayes
2020년 6월 22일
Ahmed - what do the dimensions of your matrix, 1440x2880, represent? Latitude and longitude? How would you correlate US positions to the matrix?
답변 (1개)
Steven Lord
2020년 6월 22일
If you have Mapping Toolbox, read the data file containing the borders of the states (see the "Enter MATLAB" section of this blog post) and ask if the points in your temperature data are inside the union of the polyshape array containing all the states. The isinterior function will help you do that last step.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!