How one can add title to the plot without using "TITLE" Command???? You cannot even use the figure GUI ?
Can anyone give me an answer?

3 件のコメント

dpb
dpb 2015 年 2 月 24 日
What's wrong with using title, specifically? What are you trying to do that you're having difficulty with?
h=title(hAx,...
puts the title on the axes referred to by the axes handle hAx...
Ashish Sheikh
Ashish Sheikh 2015 年 2 月 25 日
Because This was asked in one of my interviews. I know only these two ways to give title to a plot ?
I am curiosu to know if there is any other way??
Guillaume
Guillaume 2015 年 2 月 25 日
What a stupid interview question! Why not use the tool that's specifically designed for the job?

サインインしてコメントする。

 採用された回答

Jos (10584)
Jos (10584) 2015 年 2 月 25 日

0 投票

set(get(gca, 'title'), 'string', 'My First Title')

2 件のコメント

Ashish Sheikh
Ashish Sheikh 2015 年 2 月 25 日
I think this might be an answer for the question i have asked ... Thanksss
dpb
dpb 2015 年 2 月 25 日
Still, if you can use set, why can't you use title? It also can accept a handle and is less complex syntax.
title(gca,'Your title text')

サインインしてコメントする。

その他の回答 (1 件)

dpb
dpb 2015 年 2 月 25 日

0 投票

Just reread the question -- guess I didn't follow before. Yes, "TITLE" is included as an option under the "Insert" menu item on figures.

カテゴリ

タグ

質問済み:

2015 年 2 月 24 日

コメント済み:

dpb
2015 年 2 月 25 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by