Problem on code while plotting a graph
이전 댓글 표시
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
Angus Wong
2018년 6월 19일
편집: Angus Wong
2018년 6월 19일
Paolo
2018년 6월 19일
figure;
hold on ;
title('function');
hold off;
Works fine on my machine with 2017b, what Matlab version are you using?
Angus Wong
2018년 6월 19일
편집: Angus Wong
2018년 6월 19일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
