Add title to current axes
Show older comments
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 Comments
dpb
on 24 Feb 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
on 25 Feb 2015
Guillaume
on 25 Feb 2015
What a stupid interview question! Why not use the tool that's specifically designed for the job?
Accepted Answer
More Answers (1)
dpb
on 25 Feb 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.
Categories
Find more on Title in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!