MATLAB: Can I use an image as 3D plot’s face texture

plottexture

For example, I defined an object Obj using vertices and faces. I can set the face color using Obj.facecolor = 'r'; I wanted to do something like Obj.facetexture = "./ground.image" to set the face's texture. Can this be done in matlab? Thanks…
Related Question