Why is my plot not showing anything?
Afficher commentaires plus anciens
x = -3:0.01:5;
y = ((x+5).^2)/(4+3*x.^2);
plot(x,y)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!