I have a .bmp image with X,Y,Z coordinates. The coordinates are in the form of .byt format. Could anyone help me in plotting the whole object?

 Réponse acceptée

Image Analyst
Image Analyst le 9 Juil 2015

0 votes

Try using TriScatteredInterp() to make a solid surface where you have a z for every x and y pairing. Then use surf() or imshow() to plot the complete surface.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by