Problem on code while plotting a graph
8 views (last 30 days)
Show older comments
I am plotting a graph, with the line:
figure;
hold on ;
.....
title('function');
.....
hold off;
But I ended up with an error of "Index exceeds array bounds." on the title line. How can I solve this?
4 Comments
Accepted Answer
Star Strider
on 19 Jun 2018
Edited: Star Strider
on 19 Jun 2018
The actual error is most likely in the line just above your title call.
Check it to be certain it is entered correctly.
EDIT — (16:10 UCT)
What is your ‘y’ function?
Note that in your code, and using fplot, ‘y’ must be a function of one variable.
4 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!