hi i write this matlap code but when i plot it i get an empty graph
Ältere Kommentare anzeigen
vt=-7; w=0.47; L=0.025; m=1.22; c0=34.515e-9;k=(w*m*c0/(2*L));
for vg=0:10:40
Id=k*(vg-vt).^2
plot(vg,Id,'r');
hold on;
end
Akzeptierte Antwort
Weitere Antworten (1)
shaker mahmood
am 16 Jan. 2018
0 Stimmen
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!