How difficult is MATLAB to learn for solving drug flow ODEs?

  • Context: MATLAB 
  • Thread starter Thread starter omagdon7
  • Start date Start date
  • Tags Tags
    Flow Matlab Research
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
omagdon7
Messages
95
Reaction score
0
How difficult is MATLAB to learn as I am soon to begin a research project that is supposedly going to require MATLAB to solve ODEs related to macromolecular drug flow.
 
Physics news on Phys.org
MATLAB does not have a steep learning curve. If you know C syntax, you should be able to learn it fairly quickly. There are a couple of tutorials out there that you can follow to get going.

http://www.cyclismo.org/tutorial/matlab/

http://www.math.mtu.edu/~msgocken/intro/intro.html

http://www.math.siu.edu/matlab/tutorials.html


I found these pretty quickly not too long ago.
 
Last edited by a moderator:
Matlab is a cross between C, Fortran, and a shell. If you know any two of the
three its very easy. If not, it will be easy once you solve some simple excercises.

If you have never programmed before, it will be an odessy through the bowels of
Hades.
 
I have never programmed before so is it really going to be that difficult?
 
omagdon7 said:
I have never programmed before so is it really going to be that difficult?

No, not really. But it will not be easy either. Matlab is easy- programming is
difficult.