giftdreamer 发表于 2009-8-27 18:54

求教fill3 和set 命令使用的问题

x=;
y=;
z=;
hh = fill3(x,y,z, 'y');
set(hh,'XData',x,'YData',y,'ZData',);
程序运行以后的错误是:
??? Error using ==> set
Invalid handle.
不明白为啥
新手 请各位指教

ChaChing 发表于 2009-8-27 19:35

以前没用过, 刚看了下fill3的help并试了下, 建议楼主亦看下
h = fill3(...) returns a vector of handles to patch graphics objects, one handle per patch
也就是LZ的hh是6*1的handle, 相对应各个面!
页: [1]
查看完整版本: 求教fill3 和set 命令使用的问题