plotting after a for loop doesn't work
Mostrar comentarios más antiguos
close
clear all
clc;
CM=2;
CD=1;
D=1;
k=2*pi/153.9;
h=60;
H=(0:25);
for zeta_a=H/2
y = real(asin(CM/CD*((pi*D^2)/zeta_a)*sinh(k*h)^2/(sinh(2*k*h)+2*k*h)))
end
plot(H,y, '-b');
Respuesta aceptada
Más respuestas (1)
Olga Rakvag
el 20 de Feb. de 2022
Editada: Olga Rakvag
el 20 de Feb. de 2022
Categorías
Más información sobre Partial Differential Equation Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


