image - Picture missing when export using matlab surf function -


i'm new of here![enter image description here][1]

i want export picture in 3d space

so using surf function

img = imread('img_3630.jpg'); yimage = [0 0;100 100]; %# z data image corners surf([0 100],[0 100],zimage,... %# plot surface 'cdata',img,... 'facecolor','texturemap'); colormap(map) 

it works on matlab when export file picture missing

i wish export file : http://ppt.cc/0-uo

but file exported : http://ppt.cc/zjfb

i'm sorry i'm new of matlab

thx help

to new question, did try typing in hold on before adding bar?


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -