Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 6 days ago

FELICITY by Shawn Walker

Finite ELement Implementation and Computational Interface Tool for You (finite element method, modeling, mathematics)

Coarse_Square_Codim_1()

CompareFiles(File1,File2)

Convert_Interp_script_to_MEX(Main_Dir,Iscript,MEX_FileName)

image thumbnail

updated 10 days ago

Modelling and Simulation of Kuka kr6 robot. by Rohit Mishra

A fully working Matlab Simulation of KUKA KR6 robot with Direct kinematic Parameters is done. (kuka, robotic arm, robotic manipulator)

KUKA_GUI(varargin)

direct(q1,q2,q3,q4,q5,q6)

image thumbnail

updated 10 days ago

MatLab Solutions: "Introduction to Digital Signal Processing: A Computer Laboratory Textbook". by Ilias Konsoulas

These files are the MatLab solutions of exercises contained in the above DSP lab textbook. (digital signal proces..., gabor transform, chirp ztrans)

AD_DA(x,Xmin,Xmax,Levels)

conv_DHT(x,h)

diffft(x)

image thumbnail

updated 24 days ago

ensemble kalman filter by dwight nwaigwe

This program uses the ensemble kalman filter to estimate a system's state. (ensemble kalman filte..., kalman filter, state estimation)

ensemblekfilter(f,h,x_tr,x_ini,w,z,num_iterations)

image thumbnail

updated 24 days ago

Crank articulated baler by karlosgk

Formulation and solution of a classic mechanism with constraints (constraint mechanics, fourbar linkage, analysis and synthesi...)

crank.m

crank_analytic.m

image thumbnail

updated 24 days ago

Rod articulated baler by karlosgk

Formulation and solution of a classic mechanism with constraints (constraint mechanics, fourbar linkage, analysis and synthesi...)

rod.m

rod_analytic.m

image thumbnail

updated 1 month ago

Dynamical Systems with Applications using MATLAB by Stephen Lynch

Companion Software. (chaos, nonlinear, mathematics)

Program_5c(~)

Programs_17a

Programs_17b

image thumbnail

updated 1 month ago

Transient Heat Conduction by Ye Cheng

This MATLAB App provides a GUI to study transient and steady-state heat conductions. (app, conduction, heat transfer)

transientConduction

transientConductionGUI(varargin)

image thumbnail

updated 1 month 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 2 months ago

OPTRAGEN by Raktim Bhattacharya

Optragen is a parser which translates optimal control problems to nonlinear programming problems. (motion planning, optimal control, optimization)

createArgList(OutputSequence)

createGuess(x,hl,Xval);

createMFunction(OutputSequence,Cin,tag,ProbName,ParamList)

image thumbnail

updated 3 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 3 months ago

Gyroscope-Gyrocompass by karlosgk

Numerical solution of gyroscope-gyrocompass Lagrange equations (large rotations, euler angles, gyroscope gyrocompass)

F=gyroscope(t,x,flag,L,R1,R2,R3,g,m,m1,m2,m3)

gyroscope_equations.m

gyroscope_plot.m

image thumbnail

updated 3 months ago

Double spherical pendulum by karlosgk

Numerical solution of double spherical pendulum Lagrange equations along with their analytical form (large rotations, chaotic motion, double spherical pend...)

doublependulum3D(t,x,flag,l1,l2,m1,m2,g)

doublependulum3D_equations.m

doublependulum3D_plot.m

image thumbnail

updated 4 months ago

Numerical Inverse Laplace Transform by Tucker McClure

Numerical approximation of the inverse Laplace transform for use with any function defined in "s". (inverse laplace trans..., laplace, talbot)

Examples of Numerical Approximation of the Inverse Laplace ...

euler_inversion(f_s, t, M)

euler_inversion_sym(f_s, t, M, P)

image thumbnail

updated 4 months ago

Gaussian Elimination & Inverse Matrix Finder by Mohammed Al-Mostafa

Gaussian Elimination with pivoting& Inverse Matrix Finder using determinant and Gaussian elimination (matrix, mathematics)

Numerical.m

image thumbnail

updated 6 months ago

MathExplorer: Learning Maths using MuPAD for Engineering Students by Martin Brown

A set of MuPAD notebooks which allow engineering students to visualize and experiment with maths. (mathematics, learning mathematics, symbolic maths)

image thumbnail

updated 7 months ago

Uniform Filter Bank by Iman

This function can be used to design a uniform filter bank with M subbands. (optimization, signal processing, uniform filter bank)

P=P_NPR(M,m,m1)

PR_Nguyen.m

[c,ceq]=confun(h)

image thumbnail

updated 7 months ago

Approximate Steering of a Unicycle Under Bounded Model Perturbation Using Ensemble Control by Aaron Becker

Steers unicycle despite model perturb. scaling speed & turning rate by unknown, bounded constant. (ensemble control, nonholonomic unicycle, motionplanning)

EnsembleControlUnicycleUnderBoundedModelPerturbation

image thumbnail

updated 8 months ago

3 shot dynamic balancing by Muhammad Tauha Ali

it gives exact position and amount of mass to be added or removed for dynamic balancing (dynamic balancing, displacement, utilities)

3 shot dynamic balancing

shot3(varargin)

image thumbnail

updated 8 months ago

sexy by Naor Movshovitz

Display a symbolic expression in a human readable form. Extension of the built-in pretty function. (symbolic math, pretty, symolic expression)

sexy(s)

image thumbnail

updated 9 months ago

Teaching Numerical Gradients and Hessians by Brendan Wood

Simple, well-commented Matlab code to demonstrate how to take numerical derivatives and Hessians. (teaching, learning, derivative)

fun(X, NFV)

num_grad(func, X, NFV, h)

num_hess(func, X, NFV, h)

image thumbnail

updated 11 months 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 12 months ago

Nearest Neighbor Spatial Weights Matrix by Patrick Walsh

uses x,y coordinates to produce one of several types of nearest-neighbor spatial weight matrix. (spatial econometrics, spatial weights matri..., nearest neighbor)

S=nnSWM(xcoord,ycoord,N,Contig,RowStdOpt)

image thumbnail

updated 1 year ago

Automated Eigenvalue analysis of SD models by Ahmed Abdelgawad

Identifying dominant behavior patterns, links and loops: Automated Eigenvalue analysis of SD models. (system dynamics, eigenvalue analysis, dominant behavior pat...)

allcycsn(a)

allpathn(from,to,a)

analysis( modelObjectsStructVector , constantsVector , cons...

image thumbnail

updated 1 year ago

Optimization in MATLAB: An Introduction to Quadratic Programming by Seth DeLand

Files used in "An Introduction to Quadratic Programming" Webinar (fmincon, nonlinear programming, nonlinear optimizatio...)

Hess(in1)

calculateValue(s0,price,inFlow,turbFlow,spillFlow,C2A,n)

createPlots(turbFlow,spillFlow,inFlow,price,s0,C2A,n)

image thumbnail

updated 1 year ago

Symbolic Autocorrelation by Atul Ingle

Autocorrelation of a vector of symbolic variables (symbolic, autocorrelation)

sym_autocorr(seqLen)

image thumbnail

updated 1 year ago

Least Squares Curve Fitting by Muhammad Tauha Ali

Graphical interfacing of least squares (plotted curves, data, polynomial)

curve_fitting(varargin)

image thumbnail

updated 1 year ago

Symbolic Discrete Delta Function by Atul Ingle

Discrete delta function for symbolic operations (discrete delta, symbolic)

symIndicator(o1, o2, varargin)

image thumbnail

updated 1 year ago

Multivariable Polynomial Regression by Ahmet Cecen

Performs polynomial regression on multidimensional data. (polynomial regression, multivariable regress..., statistics)

MultiPolyRegress(Data,R,PW,PV)

image thumbnail

updated 1 year ago

Newton's method done right by Andrew Knyazev

Newton's method for solving systems of nonlinear equations, including nonsquare and inconsistent (demo, newton, modeling)

Newton(X,F,X0,varargin)

NewtonDemoRunMe.m

image thumbnail

updated 1 year ago

MATLAB en zijn Symbolic Math Toolbox by Tjibbele Miedema

Leergang voor geïnteresseerden in de Computeralgebra - Systemen MATLAB en zijn Symbolic Math Toolbox (mathematics)

Angl_Vectors(R, S)

Are_Orthogonal(R, S)

Area(r)

image thumbnail

updated 1 year ago

Display symbolic expression in web browser. by Joerg Buchholz

CUTE(EXPRESSION) displays the symbolic (or string) EXPRESSION in the standard web browser. (display, symbolic, latex)

cute (expression)

image thumbnail

updated 1 year ago

Using S-Parameters in MATLAB & Simulink by Dick Benson

Example of rf amplifier design using S parameters in both MATLAB and Simulink. (wireless, rf, network)

s_extract(file_name,fmin,fmax,df)

show8505a

showssresults

image thumbnail

updated 1 year ago

ODE Tutorial Demo by Andrew Knyazev

Advanced examples of using the MATLAB Symbolic Math Toolbox for Ordinary Differential Equations (ode, symbolic, movies)

ODEtutorial.m

image thumbnail

updated 1 year ago

Routh's array in symbolic way by Carlos Mario Velez Sanchez

Routh's array of symbolic polinomials. It is different for similar functions in Matlab Central. (control design, stability, hurwitz)

routh_hurwitz.m

image thumbnail

updated 1 year ago

Jury's array in symbolic way by Carlos Mario Velez Sanchez

The function gives the Jury's array from a numerical or SYMBOLIC polynomial (includes special cases) (control design, mathematics, stability)

jury.m

image thumbnail

updated 1 year ago

MotifCatcher by Phillip Seitzer

a MATLAB GUI platform for determination and evaluation of biologically significant motifs (motif, positionspecific scor..., scoring matrix)

...

MC_CompareOccurrenceAndLocalization(MotifMap)

MC_GetFPDir

image thumbnail

updated 1 year ago

Symbolic reduction of block diagrams and signal flow graphs by Carlos Mario Velez Sanchez

Symbolic reduction of block diagrams and signal flow graphs using Sysmbolic Math Toolbox. (block diagram, signal flow graphs, control)

Block_diagram_reduction.m

image thumbnail

updated 1 year ago

Improving MATLAB® performance when solving financial optimization problems by Sri Krishnamurthy

Jorge Paloschi,PHD and Sri Krishnamurthy,CFA May 2011, http://www.wilmott.com/magazine.cfm (optimization, finance, symbolic)

OptimizationWithSymbolicToolboxDemo()

vectorize(s)

image thumbnail

updated 1 year ago

Constitutive Models of Linear Viscoelasticity with Laplace Transform by Jaroslav Vondrejc

The program computes compliance and relaxation function. (laplace transform, constitutive models, viscoelasticity)

[G]=gauss(A)

kronecker(A,B)

viscoelasticity(B)

image thumbnail

updated 1 year ago

Pade Approximant of a trunctated series by Nate

For a truncated power series, this lightweight code gives a Pade Approximant. (pade approximant, virial)

f=PA(B0,B,J,L) %%N.S. Barlow 9/16/11

image thumbnail

updated 1 year ago

Applications of Chaos and Nonlinear Dynamics in Engineering - Vol. 1 by Stephen Lynch

Lynch files to accompany the book. (modeling, simulink, mathematics)

sys=Hopf_System(t,x);

xdot=Chem(t,x)

xdot=Duffing(t,x)

image thumbnail

updated 1 year ago

maplePrompt by Damith Senaratne

Facilitates interaction with internal-Maple engine of MATLAB. Requires MATLAB 2008a or prior. (matlab 2008a, maple engine)

maplePrompt

image thumbnail

updated 1 year 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 almost 2 years ago

ObjectSCAM - A partial wrapper class fom SCAM by Juan Pablo Hernández Vogt

ObjectSCAM its a partial wrapper of the original script SCAM created by Erik Cheever. (circuit, electronics, netlist)

ObjectSCAM.m

image thumbnail

updated almost 2 years ago

How can we make BLOODHOUND travel at 1000 mph? by Tanya Morton

First in a series of articles to work out what is needed to make BLOODHOUND SSC travel at 1000 mph. (symbolic physics aero...)

image thumbnail

updated almost 2 years ago

Teaching System Dynamics with MATLAB & Simulink by Jerry Brusher

MATLAB, Simulink, MuPAD, & Simscape models of 2nd order systems used in “Teaching System Dynamics.” (system dynamics, physical modeling, symbolic computing)

odesys( ~,z,param )

publish_spring_mass_damper_free_response.m

simscape_base_excited_SMD_with_Pole_Zero_plot_FINAL

image thumbnail

updated almost 2 years ago

MeijerG by Borislav Oreshkin

Implements Meijer G-function using interface with MuPAD (meijerg, meijer g function, generalized hypergeom...)

MeijerG( an, ap, bm, bq, z )

MeijerG_usage.m

image thumbnail

updated 2 years ago

Hybrid Genetic Optimizer for Grey-box Model Identification by Jie Hu

Matlab code of a hybrid genetic optimizer for Grey-box Model Identification. (optimization, modeling, system identification)

Abs_RI( RI )

Avg_Func(S21_RI, Opt)

AxisLim_Func(Min_In, Max_In, division)

image thumbnail

updated 2 years ago

Direct Calculation Method of Symbolic Volterra Circuit Analysis by Jie Hu

Matlab code implements the Direct Calculation Method for Symbolic Volterra Circuit Analysis. (simulation, modeling)

Abs_RI( RI )

Avg_Func(S21_RI, Opt)

AxisLim_Func(Min_In, Max_In, division)

Contact us