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
Image Analyst 2012 年 12 月 11 日

1 投票

Try using TriScatteredInterp().

2 件のコメント

Bart
Bart 2012 年 12 月 11 日
After manipulating some of the arrays this function worked like a charm. Thanks!
Image Analyst
Image Analyst 2012 年 12 月 11 日
You're welcome. Go ahead and mark this as "Answered".

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

質問済み:

2012 年 12 月 11 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by