Enter the table of values used for this plot
Show older comments
Help, please, with the task.
If x = -0.6, then y = -2.777... and ad infinitum. At what point do I start to decide wrong, can you please tell me also? I'm stuck at this point and can't continue. Thank you
Answers (1)
x = [-5:-1 -0.8:0.2:-0.2];
x = [x -x(end:-1:1)]
y = 1./x.^2
result = reshape([x; y],1,[])
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!