outertitle¶
- outertitle(ax, title_str, varargin)
OUTERTITLE Plot a big title on the outside of an axis grid
- Usage:
[h_title, axbig] = outertitle(axs, title_str, ‘Name’, Value, …) outertitle() % runs demo
- Inputs:
axs : array of axes handles – required title_str : char - title text – required
- Name-Value Pairs:
- <title options>any additional name-value pairs forwarded to title()
(default: {‘FontSize’,20,’FontWeight’,’bold’})
- Outputs:
h_title : title handle axbig : parent (overlay) axes handle
Example
outertitle(ax, ‘My Title’, ‘fontsize’, 30);
See also: outerlabels, figdesign, title
∿∿∿ Prerau Laboratory MATLAB Codebase · sleepEEG.org ∿∿∿