Executing a multiple plot graph
1 view (last 30 days)
Show older comments
Trying to plot a multiple graph, but I am getting an execution error. Any help?
0 Comments
Accepted Answer
Star Strider
on 21 May 2020
Change to:
plot(x, -1.2e8*a/25*x + 1.2e8*a)
and it should work.
0 Comments
More Answers (0)
See Also
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!