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 commentaires

dpb
dpb le 24 Fév 2015
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 le 25 Fév 2015
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 le 25 Fév 2015
What a stupid interview question! Why not use the tool that's specifically designed for the job?

Connectez-vous pour commenter.

 Réponse acceptée

Jos (10584)
Jos (10584) le 25 Fév 2015

0 votes

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

2 commentaires

Ashish Sheikh
Ashish Sheikh le 25 Fév 2015
I think this might be an answer for the question i have asked ... Thanksss
dpb
dpb le 25 Fév 2015
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')

Connectez-vous pour commenter.

Plus de réponses (1)

dpb
dpb le 25 Fév 2015

0 votes

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by