<?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/"
	>

<channel>
	<title>Tips, tricks and tutorials&#187; Tips and tricks, tutorials</title>
	<atom:link href="http://www.ngohaibac.com/category/programming/matlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngohaibac.com</link>
	<description>What you share is what you get</description>
	<lastBuildDate>Tue, 15 Jun 2010 15:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to learn Matlab programming effectively</title>
		<link>http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/</link>
		<comments>http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/#comments</comments>
		<pubDate>Fri, 22 May 2009 22:42:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Matlab]]></category>
		<category><![CDATA[how to learn]]></category>
		<category><![CDATA[Matlab tutorials]]></category>

		<guid isPermaLink="false">http://www.ngohaibac.com/?p=149</guid>
		<description><![CDATA[What is Matlab ? MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran. More information In my major: automatic control, we use [...]<br /><div><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.1" /></div><div>Rating: 8.1/<strong>10</strong> (8 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />


Related posts:<ol><li><a href='http://www.ngohaibac.com/gui-programming-with-python-qt-edition/' rel='bookmark' title='Permanent Link: GUI Programming with Python: QT Edition'>GUI Programming with Python: QT Edition</a></li>
<li><a href='http://www.ngohaibac.com/how-to-configure-windows-firewall-for-ftp-server/' rel='bookmark' title='Permanent Link: How to configure Windows Firewall for FTP Server'>How to configure Windows Firewall for FTP Server</a></li>
<li><a href='http://www.ngohaibac.com/rtai-conference-papers/' rel='bookmark' title='Permanent Link: RTAI Conference Papers'>RTAI Conference Papers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><!-- google_ad_section_start --><h2>What is Matlab ?</h2>
<p>MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran. <a href="http://www.mathworks.com" target="_blank">More information</a></p>
<p>In my major: automatic control, we use Matlab as a great simulation program to test our algorithms and automatic control theory, control system as well. Matlab is the required program that every technical students have to learn in their universities.</p>
<h2>How to learn effectively ?</h2>
<p>I have more than <em>Six years</em> <em>experience</em> in programming Matlab so I would like to help the beginner of studying Matlab some effective ways to learn Matlab. I want to say that: Programming with Matlab is very easy since Matlab supports every functions you need.</p>
<h3>1. Learn from Matlab Help</h3>
<p>I rate the Matlab help as the most interesting and fully help I have been seen, because I can easily find a function or a statement I don&#8217;t know by using command: <strong>help function_name</strong> or using search box in Matlab Help window.You can open Matlab Help by pressing F1 button.</p>
<p>In Matlab help, the left listbox is classified by toolbox name so if you want to learn something about Image processing, just go directly to the Digital Image Processing Toolbox and read it. In each toolbox, it have fully definition and example so you will understand deeply how to use each function and how to create example. Please keep reading from the beginning until the end <img src='http://cdn.ngohaibac.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You also can browse or search some keywords here: <a href="http://www.mathworks.com/help.html" target="_blank">http://www.mathworks.com/help.html</a> or simply go directly to Mathlab online help: <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/">http://www.mathworks.com/access/helpdesk/help/techdoc/</a> (I strong recommend this help for you, just read from Getting stared chapter first, it will help you know the way to learn, and make you love Matlab as well <img src='http://cdn.ngohaibac.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p>But you can also view PDF Files that reflect the most recent version of MATLAB and might describe features not available in earlier versions of the software.</p>
<ul>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/getstart.pdf">MATLAB Getting Started Guide</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matlab_env.pdf">Desktop Tools and Development Environment</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/import_export.pdf">Data Import and Export</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/math.pdf">Mathematics</a></li>
<li>Data Analysis</li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matlab_prog.pdf">Programming Fundamentals</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/programming_tips.pdf">MATLAB Programming Tips</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matlab_oop.pdf">Object-Oriented Programming</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/graphg.pdf">Graphics</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/visualize.pdf">3-D Visualization</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/buildgui.pdf">Creating Graphical User Interfaces</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/refbook.pdf">Function Reference: Volume 1 (A-E)</a> , <a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/refbook2.pdf">Volume 2 (F-O)</a>, <a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/refbook3.pdf">Volume 3 (P-Z)</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/apiext.pdf">External Interfaces</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/apiref.pdf">C/C++ and Fortran API Reference</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf">MAT-File Format</a></li>
<li><a href="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/rn.pdf">MATLAB Release Notes</a></li>
</ul>
<h3>2. Learn from some Internet sources</h3>
<p>By searching in the Internet with keywords: <strong>Matlab tutorials</strong> you can easily find out some great Matlab tutorial website but I still recommend some websites:</p>
<ul>
<li><a href="http://edu.levitas.net/Tutorials/Matlab/" target="_blank">http://edu.levitas.net/Tutorials/Matlab/</a> :This tutorial has been written for new users of Matlab and as a supplemental material to my lectures on control systems and other courses applying Matlab.</li>
<li><a href="http://blinkdagger.com/matlab" target="_blank">http://blinkdagger.com/matlab</a></li>
</ul>
<p>so start learning Matlab now.</p>
<br /><div><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.1" /></div><div>Rating: 8.1/<strong>10</strong> (8 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.ngohaibac.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><!-- google_ad_section_end -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/&amp;title=How+to+learn+Matlab+programming+effectively" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+learn+Matlab+programming+effectively&amp;body=Link: http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A What%20is%20Matlab%20%3F%0D%0AMATLAB%C2%AE%20is%20a%20high-level%20technical%20computing%20language%20and%20interactive%20environment%20for%20algorithm%20development%2C%20data%20visualization%2C%20data%20analysis%2C%20and%20numeric%20computation.%20Using%20the%20MATLAB%20product%2C%20you%20can%20solve%20technical%20computing%20problems%20faster%20than%20with%20traditional%20programming%20lan" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/&amp;t=How+to+learn+Matlab+programming+effectively" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/&amp;submitHeadline=How+to+learn+Matlab+programming+effectively&amp;submitSummary=What%20is%20Matlab%20%3F%0D%0AMATLAB%C2%AE%20is%20a%20high-level%20technical%20computing%20language%20and%20interactive%20environment%20for%20algorithm%20development%2C%20data%20visualization%2C%20data%20analysis%2C%20and%20numeric%20computation.%20Using%20the%20MATLAB%20product%2C%20you%20can%20solve%20technical%20computing%20problems%20faster%20than%20with%20traditional%20programming%20lan&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+learn+Matlab+programming+effectively+-+http://tinyurl.com/mpxjkf&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://www.ngohaibac.com/?ak_action=api_record_view&id=149&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.ngohaibac.com/gui-programming-with-python-qt-edition/' rel='bookmark' title='Permanent Link: GUI Programming with Python: QT Edition'>GUI Programming with Python: QT Edition</a></li>
<li><a href='http://www.ngohaibac.com/how-to-configure-windows-firewall-for-ftp-server/' rel='bookmark' title='Permanent Link: How to configure Windows Firewall for FTP Server'>How to configure Windows Firewall for FTP Server</a></li>
<li><a href='http://www.ngohaibac.com/rtai-conference-papers/' rel='bookmark' title='Permanent Link: RTAI Conference Papers'>RTAI Conference Papers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ngohaibac.com/how-to-learn-matlab-programming-effectively/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 33/83 queries in 0.191 seconds using disk
Content Delivery Network via cdn.ngohaibac.com

Served from: www.ngohaibac.com @ 2010-07-30 11:50:02 -->