Why is my plot not showing anything?
Show older comments
x = -3:0.01:5;
y = ((x+5).^2)/(4+3*x.^2);
plot(x,y)
Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!