I need to plot "e" by function of all values of "dm" i but can't do it please help
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Erdem Turan
am 22 Apr. 2021
Kommentiert: Erdem Turan
am 22 Apr. 2021
clc
clear all
F=2000 ;
dm=[12: 5: 37];
f=0.2 ;
l=2 ;
Q= ((F.*dm)/2)*((l+(pi*f.*dm)/((pi.*dm)-(f*l)))) ;
e= (F*l)/(2*pi.*Q);
plot(dm,e)
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
