Add title to current axes

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 Commenti

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 il 25 Feb 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 il 25 Feb 2015
What a stupid interview question! Why not use the tool that's specifically designed for the job?

Accedi per commentare.

 Risposta accettata

Jos (10584)
Jos (10584) il 25 Feb 2015
set(get(gca, 'title'), 'string', 'My First Title')

2 Commenti

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

Accedi per commentare.

Più risposte (1)

dpb
dpb il 25 Feb 2015

0 voti

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by