plotting after a for loop doesn't work
Mostra commenti meno recenti
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');
Risposta accettata
Più risposte (1)
Olga Rakvag
il 20 Feb 2022
Modificato: Olga Rakvag
il 20 Feb 2022
Categorie
Scopri di più su Partial Differential Equation Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


