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!
