Serving the Quantitative Finance Community

 
User avatar
player
Topic Author
Posts: 0
Joined: August 5th, 2002, 10:00 am

matlab

October 4th, 2004, 9:03 am

What's a good book to learn matlab from scratch......??Finding an incresing number of quant jobs are looking for this skill
 
User avatar
Maelo
Posts: 0
Joined: July 28th, 2002, 3:17 am

matlab

October 4th, 2004, 9:53 am

Introduction to matlab 6 by Delores Etter et al;there also one other book by Etter that was called sort of "ntorduction to matlab for scientist & engineers" or something like that (little older book though)anyway...I have found no book that tell you exactly the pitfalls such as "hey, why the heck it is telling me that can't multiply C=A*b; it just did it when I did the debbugging"" OH, it is beacuse you haven't not clear the variables,otherwise it is still believe that C is a 2x2 matrix (that was the product at that time) and when you run it again, it will tell you that you cannot a mistmatch!!!OH, so you say..I am a moron...so, the answer ti that is..welll, yes ...and so on, and son on...anyone up to write such book? That would be a real good introduction to matlab...migth be called "learning matlab without pain or how to make programs and become an expert in matlab and have a sex life as wel...
 
User avatar
adas
Posts: 0
Joined: May 31st, 2004, 10:59 am

matlab

October 4th, 2004, 10:10 am

Quotehow to make programs and become an expert in matlab and have a sex life as wel...Most of my friends experimenting with MATLAB 6 are engineers hence their sex lives are non-existant. From what little I know of MATLAB a lot of it is learnt thru experimenting with code.If you want to start MATLAB from scratch a good introductory book is Mastering MATLAB. The book is of little help should you want to learn more advanced concepts though.
 
User avatar
WilmottBookshop
Posts: 0
Joined: August 1st, 2002, 2:40 pm

matlab

October 4th, 2004, 12:13 pm

Introduction to MATLAB 6Introduction to MATLAB for Engineers and ScientistsMastering MATLAB 6
 
User avatar
IAmEric
Posts: 1
Joined: April 17th, 2002, 2:49 pm
Contact:

matlab

October 4th, 2004, 12:26 pm

Hi,The best place to start learning Matlab is probably here:http://www.mathworks.com/access/helpdes ... chdoc/Eric
 
User avatar
Feanor
Posts: 0
Joined: January 5th, 2004, 2:02 pm

matlab

October 5th, 2004, 7:54 am

This may be worth a look
 
User avatar
player
Topic Author
Posts: 0
Joined: August 5th, 2002, 10:00 am

matlab

October 5th, 2004, 11:51 am

Nice one Feanor!!
 
User avatar
Wienner
Posts: 1
Joined: January 6th, 2003, 4:33 am

matlab

October 5th, 2004, 1:10 pm

Very nice Feanor. Thanks
 
User avatar
pauldrei

matlab

October 7th, 2004, 7:09 am

Dear AllApparantely Matlab 7 is out now. Which means that the books mentioned will get into new editions. Should I wait or what?RegardsPauldrei
 
User avatar
Maelo
Posts: 0
Joined: July 28th, 2002, 3:17 am

matlab

October 7th, 2004, 9:12 am

I would say you don't have to wait...typically matlab basic commands stay the same and since we are talking here about basic stuff it (mots likely) be the same structure, commnads,etc. that any previous matlab version...Different would be, for example, if you develop an application suing a toolbox such as the ANN...I did my master thesis using matlab 5 and it would not run in matlab 6 (the commands changed, etc. very, very different....basically to make it run you would have to do the programming all over...but the basic commndas used were the same in both version..
 
User avatar
IAmEric
Posts: 1
Joined: April 17th, 2002, 2:49 pm
Contact:

matlab

October 7th, 2004, 10:56 am

I agree. Especially since all these references are free! :)The link I gave is actually for Matlab 7.I recently had to "upgrade" a 30,000 line code from Matlab 6.5 to Matlab 7. I think there was only 4 or 5 very minor changes I needed to make. For example, Matlab 7 handles data types slightly differently so in some places where I was using logical types in algebraic computations, I needed to insert a few "double" commands to convert logic "0" to double "0".Here are the Matlab 7 release notes:http://www.mathworks.com/access/helpdes ... n.htmlEric