Feeds
已回答
Need help with 3D surface plot of complex function
Try this one: [x,y] = meshgrid(-3 : 0.05: 3); s = x + i*y; z=abs((5^2)./(s.^2 + 2*0.4*5.*s + 5^2)); figure; sur...
Need help with 3D surface plot of complex function
Try this one: [x,y] = meshgrid(-3 : 0.05: 3); s = x + i*y; z=abs((5^2)./(s.^2 + 2*0.4*5.*s + 5^2)); figure; sur...
10 years 前 | 2