title function prints to command window instead of adding figure title
古いコメントを表示
I'm using matlab R2016b. I tried using title function but instead of adding a title to the figure it prints to the command window. I tried to use the example appears in matlab help:
plot((1:10).^2)
title('My Title')
and it printed the following instead of adding a title to the figure:
--------------------------------
My Title
--------------------------------

using the same lines in matlab R2015b added a title to the figure
1 件のコメント
What does
which title -all
return?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!