竺郁 发表于 2013-8-31 10:50

[求助]matlab绘制三维网格图

数据在附件里了,编的程序有错误,不会改呀

ChaChing 发表于 2013-8-31 11:31

本帖最后由 ChaChing 于 2013-8-31 11:48 编辑

求助完整格式:出错代码和出错提示

maxy=max(y);
miny=max(y);
Ref:
5.如何画非矩形域的曲面 http://forum.vibunion.com/thread-94370-1-2.html
怎么样用MATLAB绘制三维曲线图 http://forum.vibunion.com/thread-46120-1-1.html
圆周方向插值求指导 http://forum.vibunion.com/thread-95379-1-1.html
from http://home.vibunion.com/blog-63979-18250.html

竺郁 发表于 2013-8-31 12:46

那个改过来了,不过运行的时候显示的错误是
??? Error using ==> surface
Z must be a matrix, not a scalar or vector.

Error in ==> pcolor at 58
    hh = surface(x,y,zeros(size(c)),c,'parent',cax);

Error in ==> ndfbt at 11
pcolor(X,Y,Z)

竺郁 发表于 2013-8-31 14:18

我的问题解决了,谢谢你哦

竺郁 发表于 2013-8-31 14:36

我作出的图是这样的

牛小贱 发表于 2013-9-27 21:54

{:{39}:}
页: [1]
查看完整版本: [求助]matlab绘制三维网格图