Matlab小記

1. myfhd1= @(x)(x+x.^2) 建立匿名函數 myfhd1(x)html 2.  三維圖 展現 x,y,z 方程函數 x = -8:0.5:8 y = x [X,Y]= meshgrid(x,y) R = sqrt(X.^2 + Y.^2)+eps; eps Z=sin(R)./R mesh(X,Y,Z) R = sqrt(X.^2 + Y.^2) + eps; Z = 2*sin
相關文章
相關標籤/搜索