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?

 채택된 답변

Image Analyst
Image Analyst 2015년 7월 9일

0 개 추천

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.

추가 답변 (0개)

카테고리

제품

질문:

2015년 7월 9일

답변:

2015년 7월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by