image thumbnail

updated 4 months ago

Comparing different methods to solve an Inverted Pendulum problem by Roni Peer

A simple reporting tool that shows how you can model an inverted pendulum in a few methods. (report, comparison, mupad)

Dynamics of a Single Link

example_syms.m

SLSingleLink

image thumbnail

updated 5 months ago

Using Analytical Tools to Gain Insight and Speed-up Num. Analysis in MATLAB & Symbolic Math Toolbox by Deepak

files from the webinar (symbolic, eigenvalues, poles)

JetThrust(t)

Mass(time, rocketStartTime, engineOffTime)

aerodynamicDrag(v)

image thumbnail

updated 1 year ago

Automatic Solution and Log Linearisation of DSGE Models by Tom Holden

Code to analytically log linearise DSGE models in Matlab. Requires the symbolic toolbox. (dsge, economics, macroeconomics)

LogLin.m

image thumbnail

updated almost 2 years ago

MeijerG by Damith Senaratne

A wrapper for MATLAB symbolic library implementation of the 'MeijerG' G^{m,n}_{p,q}(...|z) function. (maple, mupad, meijer g)

MeijerG(a,b,z)

image thumbnail

updated 2 years ago

Mathematical Modeling with MATLAB Products - webinar demo files by Dan Doherty

Demo files from March 10, 2011 webinar titled 'Mathematical Modeling with MATLAB Products' (surface fitting, global optimization, mupad)

animateCrane(sol)

combinedEffect(x, y, IC50A, IC50B, alpha, n)

createSurfaceFit(opioid, sedative, tetany)

image thumbnail

updated 2 years ago

Create 3D-interactive HTML File from MATLAB surface, Part2 by Sven Koerner

This function allows to show 3d-surface plots in html - documents. (figure, html, interactive)

javaview_nosym(surface_handle, filename, destination, sourc...

image thumbnail

updated 2 years ago

Teaching Math and Physics with Symbolic Math Toolbox by Dan Doherty

Learn how symbolic computation can be used to teach concepts and solve problems in Math and Physics (mupad, symbolic math toolbox, calculus)

image thumbnail

updated 3 years ago

Create 3D-interactive HTML File from MATLAB surface by Sven Koerner

This function uses the abiliy from MuPad to create javaview-files (jvd, jvx) and html - documents. (3d, mesh, surface)

javaview(surface_handle, filename, destination, source, ope...

image thumbnail

updated 4 years ago

MATLAB in Physics - Symbolic Computation and Differential Equations by Matt McDonnell

The fourth lecture in a series on using MATLAB in undergraduate physics courses. (simulation, oop, object oriented progr...)

centralPotentialODE(stateVect,charges,p,polarity,masses)

selectPathData(h,x,y,t,tSet,rangeFraction)

LorentzAttractor

image thumbnail

updated almost 6 years ago

Newton-Raphson by Keerthi venkateswara Rao

Newton-Raphson method for all real roots of the polynomial. (answer antony chatu, approximation, newton raphson)

coeff_derivative=derivate(coeff_function)

coeff_second=syn_division(coeff_function,fun_root_new)

newton(coeff_function,initial_guess,error_tolerance,max_ite...

Contact us