codecademy! codecademy! codecademy! codecademy! http://www.codecademy.com/ Start with web fundamentals
My girlfriend who's an MD wants to learn how to program. How should she start?
21–27 of 27 posts
Re: My girlfriend who's an MD wants to learn how to program. How should she start?
#22Re: My girlfriend who's an MD wants to learn how to program. How should she start?
#23You can also help her to load some data (from a text file, a csv file, or maybe a database connection, depending on what's used at her lab), and then do some basic operations on them (calculate some basic statistics and do some easy plots).
When she can do all of that (and I don't think it should take her much time to learn), she'll be able to work with Matlab autonomously.
Re: My girlfriend who's an MD wants to learn how to program. How should she start?
#24Get a book. That's how people learn. No exceptions.
Re: My girlfriend who's an MD wants to learn how to program. How should she start?
#25Re: My girlfriend who's an MD wants to learn how to program. How should she start?
#26Re: My girlfriend who's an MD wants to learn how to program. How should she start?
#27The official Getting Started Guide is good, and focuses on Matlab itself: http://www.mathworks.com/help/matlab/getting-started-with-ma...
MathWorks also has a relatively new set of online problems that she can work through: http://www.mathworks.co.uk/matlabcentral/cody/problems. In particular, the Cody Challenge problems start out very easy, but cover a range of language features. After doing some problems, she can see other people's solutions, and hence pick up on more idiomatic ways to do things in Matlab.