<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Customizing print setup	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/customizing-print-setup/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/customizing-print-setup?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=customizing-print-setup</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 31 Aug 2016 08:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Jim Kay		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-387035</link>

		<dc:creator><![CDATA[Jim Kay]]></dc:creator>
		<pubDate>Wed, 31 Aug 2016 08:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-387035</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/customizing-print-setup#comment-49265&quot;&gt;Yair Altman&lt;/a&gt;.

I agree with Rich - this is not very clear for non-Guide things.
Ultimately I am happy using a &#039;mydefault&#039; stylesheet. I just want to know how to get Matlab to load &#039;mydefault&#039; automatically at startup.
But anyway thanks for your hard work running this website.
Jim]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/customizing-print-setup#comment-49265">Yair Altman</a>.</p>
<p>I agree with Rich &#8211; this is not very clear for non-Guide things.<br />
Ultimately I am happy using a &#8216;mydefault&#8217; stylesheet. I just want to know how to get Matlab to load &#8216;mydefault&#8217; automatically at startup.<br />
But anyway thanks for your hard work running this website.<br />
Jim</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-107873</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 07 Sep 2012 12:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-107873</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/customizing-print-setup#comment-107833&quot;&gt;akash garg&lt;/a&gt;.

@Akash - try using a different barcode font face, or increase your font size]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/customizing-print-setup#comment-107833">akash garg</a>.</p>
<p>@Akash &#8211; try using a different barcode font face, or increase your font size</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: akash garg		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-107833</link>

		<dc:creator><![CDATA[akash garg]]></dc:creator>
		<pubDate>Fri, 07 Sep 2012 08:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-107833</guid>

					<description><![CDATA[Sir i want to print barcode from matlab. i generated barcode using text command but it cannot be readable by barcode scanner. am using godex ez2100 printer for printing.
please help me if possible]]></description>
			<content:encoded><![CDATA[<p>Sir i want to print barcode from matlab. i generated barcode using text command but it cannot be readable by barcode scanner. am using godex ez2100 printer for printing.<br />
please help me if possible</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-49265</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 18:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-49265</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/customizing-print-setup#comment-49264&quot;&gt;Rich&lt;/a&gt;.

Step 4 already contains a code snippet. You just need to adapt it in your code (hObject is the figure handle). If you want my personal assistance, please contact me by email.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/customizing-print-setup#comment-49264">Rich</a>.</p>
<p>Step 4 already contains a code snippet. You just need to adapt it in your code (hObject is the figure handle). If you want my personal assistance, please contact me by email.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rich		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-49264</link>

		<dc:creator><![CDATA[Rich]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 18:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-49264</guid>

					<description><![CDATA[New to Matlab and this appears to be the solution I am after. However, I stumble at step 4 at &quot;or in your figure’s initialization function (for non-GUIDE figures)&quot; I cant seem to make this work. Could you possibly provide a code snippet or clues as to how to implement for a &quot;non-GUIDE&quot; figure. Thanks]]></description>
			<content:encoded><![CDATA[<p>New to Matlab and this appears to be the solution I am after. However, I stumble at step 4 at &#8220;or in your figure’s initialization function (for non-GUIDE figures)&#8221; I cant seem to make this work. Could you possibly provide a code snippet or clues as to how to implement for a &#8220;non-GUIDE&#8221; figure. Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-13802</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-13802</guid>

					<description><![CDATA[The OP didn&#039;t work well.  Another search found the following.
http://itb.biologie.hu-berlin.de/~schaette/HomeFiles/MatlabPlots.pdf

Code to &quot;Fill page&quot; for US letter.
&lt;pre lang=&quot;matlab&quot;&gt;set(gcf, &#039;PaperUnits&#039;, &#039;inches&#039;) % default on some systems
set(gcf, &#039;PaperPosition&#039;, [0.25 0.25 8 10.5]) % [left top width height]&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>The OP didn&#8217;t work well.  Another search found the following.<br />
<a href="http://itb.biologie.hu-berlin.de/~schaette/HomeFiles/MatlabPlots.pdf" rel="nofollow ugc">http://itb.biologie.hu-berlin.de/~schaette/HomeFiles/MatlabPlots.pdf</a></p>
<p>Code to &#8220;Fill page&#8221; for US letter.</p>
<pre lang="matlab">set(gcf, 'PaperUnits', 'inches') % default on some systems
set(gcf, 'PaperPosition', [0.25 0.25 8 10.5]) % [left top width height]</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-8240</link>

		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-8240</guid>

					<description><![CDATA[I&#039;ve struggled with this for years. I have some preferred styles for journal papers, others for web pages and yet more for presentations. I gave up and wrote a relatively simple function that addresses much of the above.

I don&#039;t want to repost the details here, but see matlabcentral for my solution - a &#039;readyforprint&#039; function;

http://www.mathworks.com/matlabcentral/fileexchange/26400-function-readyforprint

the result is that a single command can be used to produce nicely-formatted images;

&lt;pre lang=&quot;matlab&quot;&gt;
readyforprint([5.08 2.21],8,&#039;k&#039;,&#039;w&#039;,1)
 &lt;/pre&gt;

produces images 5.08 inches wide, 2.21 tall, 8 pt text, black foreground (lines and markers) and white background. All the lines are 1 point thick. Gives very nice output for a journal figure!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve struggled with this for years. I have some preferred styles for journal papers, others for web pages and yet more for presentations. I gave up and wrote a relatively simple function that addresses much of the above.</p>
<p>I don&#8217;t want to repost the details here, but see matlabcentral for my solution &#8211; a &#8216;readyforprint&#8217; function;</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/26400-function-readyforprint" rel="nofollow ugc">http://www.mathworks.com/matlabcentral/fileexchange/26400-function-readyforprint</a></p>
<p>the result is that a single command can be used to produce nicely-formatted images;</p>
<pre lang="matlab">
readyforprint([5.08 2.21],8,'k','w',1)
 </pre>
<p>produces images 5.08 inches wide, 2.21 tall, 8 pt text, black foreground (lines and markers) and white background. All the lines are 1 point thick. Gives very nice output for a journal figure!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-5802</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-5802</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/customizing-print-setup#comment-5799&quot;&gt;Sebastiaan&lt;/a&gt;.

Sebastiaan - the point in this post was to enable full programmatic access to the Print options customization, without need for any manual intervention.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/customizing-print-setup#comment-5799">Sebastiaan</a>.</p>
<p>Sebastiaan &#8211; the point in this post was to enable full programmatic access to the Print options customization, without need for any manual intervention.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sebastiaan		</title>
		<link>https://undocumentedmatlab.com/articles/customizing-print-setup#comment-5799</link>

		<dc:creator><![CDATA[Sebastiaan]]></dc:creator>
		<pubDate>Tue, 05 Jan 2010 12:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=768#comment-5799</guid>

					<description><![CDATA[Is this not what the &#039;StyleSheet&#039; option in the print dialog is used for?]]></description>
			<content:encoded><![CDATA[<p>Is this not what the &#8216;StyleSheet&#8217; option in the print dialog is used for?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
