Why is the WARP command unable to display the expected texture mapped surface on Windows when using MATLAB 7.0 (R14)?
Show older comments
I run the following code on a Windows machine:
[x,y,z] = cylinder;
I = imread('testpat1.png');
warp(x,y,z,I);
This does not yield the expected texture mapped surface.
Accepted Answer
More Answers (0)
Categories
Find more on Lighting, Transparency, and Shading in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!