Function to construct an array such as pcolor constructs an image
이전 댓글 표시
For a project I have several matrices which, together, construct an image using pcolor(A,B,C).
The actual data is stored in C and the coordinates of the data are stored in A and B.
Is there a function/method to construct an array from these three matrices using bilinear interpolation (in the same fashion as pcolor constructs an image)?
답변 (1개)
Image Analyst
2012년 12월 11일
1 개 추천
Try using TriScatteredInterp().
댓글 수: 2
Bart
2012년 12월 11일
Image Analyst
2012년 12월 11일
You're welcome. Go ahead and mark this as "Answered".
카테고리
도움말 센터 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!