![]() updated 1 month ago |
Comparing different methods to solve an Inverted Pendulum problem A simple reporting tool that shows how you can model an inverted pendulum in a few methods. |
0 Comments 78 Downloads (30 Days) |
![]() updated 3 months ago |
Using Analytical Tools to Gain Insight and Speed-up Num. Analysis in MATLAB & Symbolic Math Toolbox files from the webinar |
0 Comments 21 Downloads (30 Days) |
![]() updated 11 months ago |
Automatic Solution and Log Linearisation of DSGE Models Code to analytically log linearise DSGE models in Matlab. Requires the symbolic toolbox. |
2 Comments 6 Downloads (30 Days) |
![]() updated 1 year ago |
A wrapper for MATLAB symbolic library implementation of the 'MeijerG' G^{m,n}_{p,q}(...|z) function. |
6 Comments 3 Downloads (30 Days) |
![]() updated 2 years ago |
Mathematical Modeling with MATLAB Products - webinar demo files Demo files from March 10, 2011 webinar titled 'Mathematical Modeling with MATLAB Products' |
1 Comment 21 Downloads (30 Days) |
![]() updated 2 years ago |
Create 3D-interactive HTML File from MATLAB surface, Part2 This function allows to show 3d-surface plots in html - documents. javaview_nosym(surface_handle, filename, destination, sourc... |
8 Comments 3 Downloads (30 Days) |
![]() updated 2 years ago |
Teaching Math and Physics with Symbolic Math Toolbox Learn how symbolic computation can be used to teach concepts and solve problems in Math and Physics |
0 Comments 7 Downloads (30 Days) |
![]() updated 3 years ago |
Create 3D-interactive HTML File from MATLAB surface This function uses the abiliy from MuPad to create javaview-files (jvd, jvx) and html - documents. javaview(surface_handle, filename, destination, source, ope... |
5 Comments 2 Downloads (30 Days) |
![]() updated almost 4 years ago |
MATLAB in Physics - Symbolic Computation and Differential Equations The fourth lecture in a series on using MATLAB in undergraduate physics courses. centralPotentialODE(stateVect,charges,p,polarity,masses) |
0 Comments 11 Downloads (30 Days) |
![]() updated almost 6 years ago |
Newton-Raphson method for all real roots of the polynomial. coeff_derivative=derivate(coeff_function) coeff_second=syn_division(coeff_function,fun_root_new) newton(coeff_function,initial_guess,error_tolerance,max_ite... |
55 Comments 178 Downloads (30 Days) |