Problem on code while plotting a graph
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Star Strider
2018-6-19
编辑:Star Strider
2018-6-19
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!