Numerical Analysis in MATLAB

Posted on Dec 04, 2012 in Computer Science • Tagged with programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. fmincon finds minimum of constrained nonlinear multivariate function. fminunc finds minimum of unconstrained nonlinear multivariate function. fgoalattain solves multiobjective goal attainment problems; fminimax solves minimax constraint problems …


Continue reading

Error when Launching MATLAB in Linux

Posted on Dec 04, 2012 in Computer Science • Tagged with Linux, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

See here for more information.


Sending Email in MATLAB

Posted on Dec 04, 2012 in Computer Science • Tagged with MATLAB, programming, email

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

It is very easy to send emails in MATLAB. To do this, you can just call sendmail. However, usually you need to set preference for sending emails …


Continue reading

Special Functions in MATLAB

Posted on Dec 04, 2012 in Computer Science • Tagged with function, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. sin calculates sine of arguments in radian while sind calculates sine of arguments in degrees; asin calculates inverse of sine resulting in radian while asind calculates inverse …


Continue reading

MATLAB for Statisticians

Posted on Dec 04, 2012 in Computer Science • Tagged with statistics, programming, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. There are generally two ways to generate uniform and normal random numbers in MATLAB. One ways is to use [functions] randn (for standard normal distribution) and rand …


Continue reading