<div dir="ltr"><div dir="ltr"><div><div><div><div><div>Dear all,<br><br></div>I am building a figure with 4 subplots.<br><br></div>Now since I want to have a title in the figure I can use several options to set a title on the figure.<br><br></div>Currently I use <br><br></div><div>subplot(221);<br></div>plot(...)<br></div>a1 = gca();<br></div><div>a1.title.Text = "my title";<br><br></div><div dir="ltr"><pre style="font-family:Monospaced;font-style:normal"><font size="2"><span style="font-family:arial,helvetica,sans-serif"><span style="color:rgb(0,0,0)">However so far I understand, the title position is somehow bound to the axis settings.</span></span></font><span style="color:rgb(0,0,0)"><font size="2"><span style="font-family:arial narrow,sans-serif"><span style="font-family:arial,helvetica,sans-serif"><br>such as: if   xmin xMax yMin yMax are changing the position of the title also changes</span>.</span></font><br></span></pre><pre style="font-family:Monospaced;font-style:normal"><span style="color:rgb(74,85,219)"></span></pre>Now: I need to have the title position independend of the axis settings.<br></div><div>A way of doing this is using a uicontrol in the "text"-format style.<br><br></div><div>Drawback: xs2png does not seem to save the uicontrol to the image....at least the title build with uicontrol does not appear in the PNG-file.<br><br></div><div>Any hint?<br><br></div><div>Thank you,<br></div><div>Phil<br></div><div><br></div></div>