Function to construct an array such as pcolor constructs an image
Mostrar comentarios más antiguos
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)?
Respuestas (1)
Image Analyst
el 11 de Dic. de 2012
1 voto
Try using TriScatteredInterp().
2 comentarios
Bart
el 11 de Dic. de 2012
Image Analyst
el 11 de Dic. de 2012
You're welcome. Go ahead and mark this as "Answered".
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!