Feeds
提问
3D animation in MATLAB
Hello! I was given a task to animate the following figure: u = 0:0.02:1; v = 0:pi/25:2*pi; [u,v] = meshgrid(u,v); ...
11 years 前 | 1 个回答 | 0
1
个回答提问
3D graphics in MATLAB
Hello! Could you help me with an issue? I'm trying to plot this figure: u = 0:pi/5:4*pi; v = 0:0.05:1; X = v.*cos(u)-(1...
11 years 前 | 1 个回答 | 0
1
个回答提问
Computing series in MATLAB
Hello! I wonder if it is possible somehow to force MATLAB to compute ANY series for this function: ((4+3x)/(x+2))^(2x-1) as x...
11 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB Error using .*. Matrix dimensions must agree
Hello! Could you help me with the next? I'm trying to plot a 3d graph writing this: u = linspace(0,pi,60); v =...
11 years 前 | 1 个回答 | 0
