Issues with "interp2" in MatLab, 2-d data interpolation
이전 댓글 표시
I am trying to use "interp2" to fill in values of a dataset (chlorophyll data) with missing (Nan) points. I have four datasets I am working with: land points (1x3744), chlorophyll data (144x3744), latitude (1x3744), and longitude (1x3744). For the chlorophyll data, the rows are time and the columns are space. I have tried to reshape all the data into matrices but I keep getting errors and can't figure out how to appropriately prepare these to use "interp2" successfully.
댓글 수: 5
Sean de Wolski
2013년 2월 19일
Shows us the code! Preferrable with synthetic data so we can run it.
Maureen
2013년 2월 19일
Sean de Wolski
2013년 2월 19일
ayuh!
Matt J
2013년 2월 20일
And copy/pastes of the exact error messages.
Maureen
2013년 2월 21일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!