Clear Filters
Clear Filters

Problem in plotting the graph.

3 views (last 30 days)
Gaurav Srivastava
Gaurav Srivastava on 6 Jun 2019
Edited: KSSV on 6 Jun 2019
Screenshot (28).png

Accepted Answer

KSSV
KSSV on 6 Jun 2019
Edited: KSSV on 6 Jun 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.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!