关于isosurface画图问题
请教下,我碰到一个问题的是,用函数 isosurface 画出来的立体图,当我用 save figure 粘到WORD时,就变成二维的了,有碰到过类似问题的朋友没,比如说下面这段代码生成的图,用save figure粘到word 就是二维平面的了.谢谢.[x,y,z,v] = flow;p = patch(isosurface(x,y,z,v,-3));isonormals(x,y,z,v,p)set(p,'FaceColor','red','EdgeColor','none');daspect([1 1 1])view(3); axis tightcamlight lighting gouraud 有知道问题的原因的没,该如何解决呢?