hi i write this matlap code but when i plot it i get an empty graph
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
shaker mahmood
el 16 de En. de 2018
0 votos
Categorías
Más información sobre 2-D and 3-D Plots 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!