Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Couette Flow
%To view plots after 'plot' (and other plot-producing commands) this command must follow: 'print -dpng some_unique_plot_name.png;' %It exports current plot to png image which then is sent to your browser %GNU Octave 4.2.2 h = 10; V = 5.8; y = 0:0.1:h; hold on for P = -3:3 x = V*(y/h+P*(y/h-(y/h).^2)); plot(x,y,"Linewidth",3,"Color",'b'); end plot([-5.8/3,23.2/3],[0,0],"Linewidth",3,"Color",'b'); plot([-5.8/3,23.2/3],[h,h],"Linewidth",3,"Color",'b'); plot([-5.8/3,-5.8/3],[0,h],"Linewidth",3,"Color",'b'); plot([23.2/3,23.2/3],[0,h],"Linewidth",3,"Color",'b'); axis off print -dpng saif.png;
run
|
edit
|
history
|
help
1
Colebrook solver
Calculate Mean and Standard Deviation of Random Data
wave packet
Lab6.3.1
Delsq
euler
Arnoldi.m
Krylov.m
mat.m
test1.m