The MATLAB Blog

Practical Advice for People on the Leading Edge

Results for: Tutorials

Parallel computing in MATLAB: Have you tried ThreadPools yet? 6

Give ThreadPool a tryIf you have some parallel MATLAB code and want to try something that may make it go faster then I suggest opening your Parallel pool as follows before running your... read more >>

Solving Higher-Order ODEs in MATLAB 5

In a comment to last year's introduction to the new ODE solution framework in MATLAB, Ron asked if I could provide an example of using it to solve a 2nd order ODE since most tutorials don't deal with... read more >>

Understanding Tolerances in Ordinary Differential Equation Solvers 3

This is a guest blog post by Michael Hosea, a numerical analyst at MathWorks. He works on MATLAB Coder and on MATLAB’s ODE and integral solvers.MATLAB's ODE solvers have tolerances that the user can... read more >>

Go to top of page