Feeds
已回答
How to plot this velocity profile?
R=0.5; L=10; v=0.0028; Pa=15; Pb=30; r=linspace(-R,R,20); V=((Pb-Pa)*(R^2-r^.2)/(4vL)); figure; plot(V,r,’g’); Xlabel(‘...
How to plot this velocity profile?
R=0.5; L=10; v=0.0028; Pa=15; Pb=30; r=linspace(-R,R,20); V=((Pb-Pa)*(R^2-r^.2)/(4vL)); figure; plot(V,r,’g’); Xlabel(‘...
1 year 前 | 0
