Problem in plotting the graph.

1 visualizzazione (ultimi 30 giorni)
Gaurav Srivastava
Gaurav Srivastava il 6 Giu 2019
Modificato: KSSV il 6 Giu 2019
Screenshot (28).png

Risposta accettata

KSSV
KSSV il 6 Giu 2019
Modificato: KSSV il 6 Giu 2019
x = -3:0.01:5 ;
y = (x+5).^2./(4+(3*x).^2) ;
plot(x,y)
in y there should be element by element division.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti


Release

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by