![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6517247_1522115281877_DEF.jpg)
Max Peterson
自 2015 起处于活动状态
Followers: 0 Following: 0
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