By Doug Hull
Doug first used MATLAB in 1994, could not figure it out until he got some help in 1995. He is now dedicated to making sure that no one else wastes a year of their life not knowing MATLAB like he did.
13:04 UTC | Posted in | Permalink | 2 Comments »
You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.
hi, I’m study Phisical Instrumen, and I need to learn Matlab. Please Help me
I am always adding new videos to the MATLAB Basics section here:
http://blogs.mathworks.com/pick/category/matlab-basics/
There are some great books available on MATLAB, like Mastering MATLAB. Reading these blogs and asking questions on the newsgroup are also useful.
Don’t forget the documentation:
>>doc plot
Wrap code fragments inside <pre> tags, like this:
<pre class="code"> a = magic(3); sum(a) </pre>
If you have a "<" character in your code, either follow it with a space or replace it with "<" (including the semicolon).
Brett & Jiro share their favorite user-contributed submissions from the File Exchange.
These postings are the author's and don't necessarily represent the opinions of MathWorks.
hi, I’m study Phisical Instrumen, and I need to learn Matlab. Please Help me
I am always adding new videos to the MATLAB Basics section here:
http://blogs.mathworks.com/pick/category/matlab-basics/
There are some great books available on MATLAB, like Mastering MATLAB. Reading these blogs and asking questions on the newsgroup are also useful.
Don’t forget the documentation:
>>doc plot