<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fan Chang&#039;s Blog</title>
	<atom:link href="http://icybird.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://icybird.wordpress.com</link>
	<description>Job and Personnel interest</description>
	<lastBuildDate>Mon, 31 Oct 2011 18:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='icybird.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Fan Chang&#039;s Blog</title>
		<link>http://icybird.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://icybird.wordpress.com/osd.xml" title="Fan Chang&#039;s Blog" />
	<atom:link rel='hub' href='http://icybird.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to change saved image size in Matlab</title>
		<link>http://icybird.wordpress.com/2011/08/15/how-to-change-saved-image-size-in-matlab/</link>
		<comments>http://icybird.wordpress.com/2011/08/15/how-to-change-saved-image-size-in-matlab/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 21:27:39 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=326</guid>
		<description><![CDATA[There is two ways to do this. 1. Use separate &#8220;set&#8221; command to change the output size figure(1) screen=[100,100,1536,864]; set(figure(1),&#8217;Position&#8217;,screen); set(figure(1),&#8217;PaperPosition&#8217;,[0 0 8.5 11.0]; %usletter set(figure(1),&#8221;PaperPositionMode&#8217;,'Auto&#8217;);  2. Use figure command screen=[100,100,1536,864]; figure1=figure(&#8216;PaperPositionMode&#8217;,'Auto&#8217;,'PaperPosition&#8217;,[0 0 8.5 11.0],&#8217;Position&#8217;,screen)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=326&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is two ways to do this.</p>
<p>1. Use separate &#8220;set&#8221; command to change the output size</p>
<ul>
<li>figure(1)</li>
<li>screen=[100,100,1536,864];</li>
<li>set(figure(1),&#8217;Position&#8217;,screen);</li>
<li>set(figure(1),&#8217;PaperPosition&#8217;,[0 0 8.5 11.0]; %usletter</li>
<li>set(figure(1),&#8221;PaperPositionMode&#8217;,'Auto&#8217;);</li>
</ul>
<p> 2. Use figure command</p>
<ul>
<li>screen=[100,100,1536,864];</li>
<li>figure1=figure(&#8216;PaperPositionMode&#8217;,'Auto&#8217;,'PaperPosition&#8217;,[0 0 8.5 11.0],&#8217;Position&#8217;,screen)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=326&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/08/15/how-to-change-saved-image-size-in-matlab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Unix command &#8216;grep&#8217;</title>
		<link>http://icybird.wordpress.com/2011/07/07/unix-command-grep/</link>
		<comments>http://icybird.wordpress.com/2011/07/07/unix-command-grep/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 17:29:39 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=323</guid>
		<description><![CDATA[^ (Caret)        =    match expression at the start of a line, as in ^A. $ (Question)     =    match expression at the end of a line, as in A$. \ (Back Slash)   =    turn off the special meaning of the next character, as in \^. [ ] (Brackets)   =    match any one of the enclosed characters, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=323&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>^ (Caret)        =    match expression at the start of a line, as in ^A.<br />
$ (Question)     =    match expression at the end of a line, as in A$.<br />
\ (Back Slash)   =    turn off the special meaning of the next character, as in \^.<br />
[ ] (Brackets)   =    match any one of the enclosed characters, as in [aeiou].<br />
                      Use Hyphen &#8220;-&#8221; for a range, as in [0-9].<br />
[^ ]             =    match any one character except those enclosed in [ ], as in [^0-9].<br />
. (Period)       =    match a single character of any value, except end of line.<br />
* (Asterisk)     =    match zero or more of the preceding character or expression.<br />
\{x,y\}          =    match x to y occurrences of the preceding.<br />
\{x\}            =    match exactly x occurrences of the preceding.<br />
\{x,\}           =    match x or more occurrences of the preceding.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=323&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/07/07/unix-command-grep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>CellArray in matlab</title>
		<link>http://icybird.wordpress.com/2011/06/28/cellarray-in-matlab/</link>
		<comments>http://icybird.wordpress.com/2011/06/28/cellarray-in-matlab/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 17:07:59 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=320</guid>
		<description><![CDATA[a={&#8216;test&#8217;,'Test&#8217;} %creat cell array b=[1 2;3 4;5 6]; c=cat(1,a,num2cell(b)); %combine two different cellarray xlswrite(&#8216;test2.xls&#8217;,c) %write to excel file<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=320&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>a={&#8216;test&#8217;,'Test&#8217;} %creat cell array<br />
b=[1 2;3 4;5 6];</p>
<p>c=cat(1,a,num2cell(b)); %combine two different cellarray</p>
<p>xlswrite(&#8216;test2.xls&#8217;,c) %write to excel file</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=320&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/06/28/cellarray-in-matlab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Histogram equalization</title>
		<link>http://icybird.wordpress.com/2011/06/17/histogram-equalization/</link>
		<comments>http://icybird.wordpress.com/2011/06/17/histogram-equalization/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 19:16:35 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=315</guid>
		<description><![CDATA[Learn how to write Matlab and Python script to equalize the histogram of the image. Useful Matlab function call nextpow2 intlut im2gray cumsum cdfplot<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=315&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Learn how to write Matlab and Python script to equalize the histogram of the image.</p>
<p>Useful Matlab function call</p>
<ul>
<li>nextpow2</li>
<li>intlut</li>
<li>im2gray</li>
<li>cumsum</li>
<li>cdfplot</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/315/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=315&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/06/17/histogram-equalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Extract data from matlab fig</title>
		<link>http://icybird.wordpress.com/2011/04/07/extract-data-from-matlab-fig/</link>
		<comments>http://icybird.wordpress.com/2011/04/07/extract-data-from-matlab-fig/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 03:55:28 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=311</guid>
		<description><![CDATA[open(&#8216;test.fig&#8217;) h=gcf; line=findall(h,&#8217;type&#8217;,'line&#8217;); xdata=get(line(2),xdata); ydata=get(line(2),ydata);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=311&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>open(&#8216;test.fig&#8217;)</p>
<p>h=gcf;</p>
<p>line=findall(h,&#8217;type&#8217;,'line&#8217;);</p>
<p>xdata=get(line(2),xdata);</p>
<p>ydata=get(line(2),ydata);</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=311&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/04/07/extract-data-from-matlab-fig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>How to save text file in matlab</title>
		<link>http://icybird.wordpress.com/2011/04/02/how-to-save-text-file-in-matlab/</link>
		<comments>http://icybird.wordpress.com/2011/04/02/how-to-save-text-file-in-matlab/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 00:55:36 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=308</guid>
		<description><![CDATA[Use &#8220;csvwrite&#8221; or &#8220;dlmwrite&#8221; to write file Use &#8220;csvread&#8221; or &#8220;dlmread&#8221; to read file Or simply use &#8220;save&#8221; and &#8220;load&#8221; http://www.mathworks.com/help/techdoc/ref/f16-5702.html#f16-14491<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=308&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use &#8220;csvwrite&#8221; or &#8220;dlmwrite&#8221; to write file</p>
<p>Use &#8220;csvread&#8221; or &#8220;dlmread&#8221; to read file</p>
<p>Or simply use &#8220;save&#8221; and &#8220;load&#8221;</p>
<p><a href="http://www.mathworks.com/help/techdoc/ref/f16-5702.html#f16-14491">http://www.mathworks.com/help/techdoc/ref/f16-5702.html#f16-14491</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=308&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/04/02/how-to-save-text-file-in-matlab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>How to save fig or png in matlab</title>
		<link>http://icybird.wordpress.com/2011/04/02/how-to-save-fig-or-png-in-matlab/</link>
		<comments>http://icybird.wordpress.com/2011/04/02/how-to-save-fig-or-png-in-matlab/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 00:49:51 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://icybird.wordpress.com/?p=305</guid>
		<description><![CDATA[saveas(gcf,&#8217;test.png&#8217;) saveas(gcf,&#8217;test.fig&#8217;) openfig(&#8216;test.fig&#8217;)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=305&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>saveas(gcf,&#8217;test.png&#8217;)</p>
<p>saveas(gcf,&#8217;test.fig&#8217;)</p>
<p>openfig(&#8216;test.fig&#8217;)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=305&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/04/02/how-to-save-fig-or-png-in-matlab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Cash For Your Used Power Macintosh G5 Dual Core 2.0GHz &#8211; gazelle.com</title>
		<link>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-dual-core-2-0ghz-gazelle-com/</link>
		<comments>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-dual-core-2-0ghz-gazelle-com/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 05:24:46 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-dual-core-2-0ghz-gazelle-com/</guid>
		<description><![CDATA[&#160; Get Cash For Your Used Power Macintosh G5 Dual Core 2.0GHz &#8211; gazelle.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=304&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://costco.gazelle.com/sell-desktops/apple/power-macintosh/25030-Apple_Power_Macintosh_G5_Dual_Core_2_dot_0GHz">Get Cash For Your Used Power Macintosh G5 Dual Core 2.0GHz &#8211; gazelle.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=304&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-dual-core-2-0ghz-gazelle-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Cash For Your Used Power Macintosh G5 PowerPC 2.0GHz DP PCI &#8211; gazelle.com</title>
		<link>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-powerpc-2-0ghz-dp-pci-gazelle-com/</link>
		<comments>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-powerpc-2-0ghz-dp-pci-gazelle-com/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 05:23:53 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-powerpc-2-0ghz-dp-pci-gazelle-com/</guid>
		<description><![CDATA[&#160; Get Cash For Your Used Power Macintosh G5 PowerPC 2.0GHz DP PCI &#8211; gazelle.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=300&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://costco.gazelle.com/sell-desktops/apple/power-macintosh/25027-Apple_Power_Macintosh_G5_PowerPC_2_dot_0GHz_DP_PCI">Get Cash For Your Used Power Macintosh G5 PowerPC 2.0GHz DP PCI &#8211; gazelle.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=300&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-power-macintosh-g5-powerpc-2-0ghz-dp-pci-gazelle-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Cash For Your Used D70 Digital SLR Camera Body Only &#8211; gazelle.com</title>
		<link>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-d70-digital-slr-camera-body-only-gazelle-com/</link>
		<comments>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-d70-digital-slr-camera-body-only-gazelle-com/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 05:23:23 +0000</pubDate>
		<dc:creator>ucsdnemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-d70-digital-slr-camera-body-only-gazelle-com/</guid>
		<description><![CDATA[&#160; Get Cash For Your Used D70 Digital SLR Camera Body Only &#8211; gazelle.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=299&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><a href="http://costco.gazelle.com/sell-digital-cameras/nikon/dslr/8721-Nikon_D70_Digital_SLR_Camera_Body_Only">Get Cash For Your Used D70 Digital SLR Camera Body Only &#8211; gazelle.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/icybird.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/icybird.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/icybird.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/icybird.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/icybird.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/icybird.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/icybird.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/icybird.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=icybird.wordpress.com&amp;blog=6845181&amp;post=299&amp;subd=icybird&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://icybird.wordpress.com/2011/04/01/get-cash-for-your-used-d70-digital-slr-camera-body-only-gazelle-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/602f9c209f838ed7c5f696b12afe4d80?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ucsdnemo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
