This topic has been discussed but I’ve been unsuccessful.
I have a basic mesh plot in MATLAB displaying on x,y,z axis and I want to insert an image (jpg) on the floor, bottom of the grid.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just to support @Dan’s first suggestion (looking on the same thing while posted) with an example, here is how you can overlay or underlay an image on a surface using intensity values as surface grayscale:
However
surfwith setting'texturemap'(linked answer, as he suggests) is a more slick approach.