Executing a multiple plot graph

2 views (last 30 days)
Brian Len
Brian Len on 21 May 2020
Answered: Star Strider on 21 May 2020
Trying to plot a multiple graph, but I am getting an execution error. Any help?

Accepted Answer

Star Strider
Star Strider on 21 May 2020
Change to:
plot(x, -1.2e8*a/25*x + 1.2e8*a)
and it should work.

More Answers (0)

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!