Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 24 hours 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(~,x)

xdot=Chem(~,x)

xdot=Duffing(t,x)

image thumbnail

updated 5 days ago

Easy Sensitivity (Tornado) Plot Function by Richard McCulloch

This function makes a tornado sensitivity plot and returns the sensitivity values. (aerospace, biotech, data export)

TorPlot(data,names,sensitivity,save)

image thumbnail

updated 6 days ago

Angle calculator from sin and cos values by Disi A

This function uniquely determines the angle (-180,180] in degree or(-pi, pi] in radian (mathematics, measurement, signal processing)

theta=angleCalc(S,C,out_mode)

image thumbnail

updated 8 days ago

An Easy Efficient Pure Algebraic Method for Partial Fraction Expansion by MA Youneng

A matlab code for partial expansion of rational functions with multiple high-order poles. (mathematics, system identification, signal processing)

pfe.m

image thumbnail

updated 8 days ago

Magnetic field of a Circular current loop using Biot Savart's Law by Sathyanarayan Rao

Magnetic Field of a circular loop is evaluated in two dimensions. (mathematics, simulation, aerospace)

Biot_3d.m

image thumbnail

updated 14 days ago

Efficient Multidimensional Scaling (MDS) by Quan Wang

The is the source code of iterated Levenberg-Marquardt algorithm (ILMA) for solving MDS (mathematics, optimization, pattern recognition)

CM=confusion_matrix_reorder(CM)

[X, total_cost]=MDS_training(Dist,d,iter,strategy,display_f...

[X2]=MDS_encoding(X1,Dist,display_flag)

image thumbnail

updated 19 days ago

LAI by Erwin Torreao Dassen

A linear algebra over the integers package based on layered lattices. (mathematics, lattices, linear algebra)

LAI

image thumbnail

updated 20 days ago

Bessel Polynomial Linearization Coefficients by Robert Dickson

Linearization coefficients for Bessel polynomials, and certain rational polynomial spectra. (mathematics, bessel polynomial, linearization coeffic...)

bpqcc(n,a)

bpqnn(n,a)

bpqpsdg(gi,f)

image thumbnail

updated 22 days ago

Chebpack by Damian Trif

The MATLAB package Chebpack solves specific problems for differential or integral equations. (mathematics, differential equation..., integral equations)

A=fact(a,m)

B=Ex4_delay_main

D=deriv(n,dom)

image thumbnail

updated 25 days ago

Closest by Matt

Finds the value in an array X closest to the scalar b. (mathematics)

closest(X,b)

image thumbnail

updated 27 days ago

Find Network Components by Daniel Larremore

Find network components, sizes, and lists of member nodes. (network, graph theory, component)

networkComponents(A)

image thumbnail

updated 28 days ago

MatTuGames by Holger I. Meinhardt

A game theoretical Matlab toolbox to compute solution schemes and properties from TU-games. (mathematics, game theory, cooperative game theo...)

AntiCorePlot(varargin)

COAL=tug_Coal2Dec(n)

CddAntiCorePlot(varargin)

image thumbnail

updated 29 days ago

Plot a plane from 3 points by Nitish Tripathi

It plots a plane from 3 points. Its returns all the coeff of plane (a, b, c,d) (image processing, statistics, mathematics)

plot_line(p1, p2, p3)

image thumbnail

updated 1 month ago

Zernike Moments by Amir Tahmasbi

MATLAB Code for the Fast Calculation of Zernike Moments of order n and repetition m on NxN images. (image processing, signal processing, mathematics)

Zernikmoment(p,n,m)

radialpoly(r,n,m)

Zernike_main.m

image thumbnail

updated 1 month ago

Fourier series of real signals by yoash levron

This function computes the fourier series of a signal (signal processing, mathematics)

construct_harmonic_signal( freq,amp,phase,dc,t )

fourier_series_real( t,x )

fourier_series_real_example.m

image thumbnail

updated 1 month ago

Comparison of Alamouti & MRC Schemes over Rayleigh Channel by Sourav Mondal

This code gives a relative comparison of performance of Alamouti & MRC schemes over Rayleigh channel (communications, control design, data export)

alamouti_new(M, frmLen, numPackets, EbNo)

mrc_new(M, frmLen, numPackets, EbNo)

alamouti_mrc_RUN_new.m

image thumbnail

updated 1 month ago

Simple graphic calculator by Oren berkovicth

Graphic Calculator (gui, mathematics, calc)

plotgraf(varargin)

image thumbnail

updated 1 month ago

False Position with Newton by Harold John

2 methods in one code (mathematics)

FalsePosition(f, a, b)

image thumbnail

updated 1 month ago

Falseposition with Newton by Harold John

How to use 2 methods in one code (mathematics)

FalsePosition(f, a, b)

image thumbnail

updated 1 month ago

Truss Design Optimization Based on Generative Algorithms by James Allison

Supplementary material for a WCSMO publication regarding truss design optimization. (structural design, aerospace, automotive)

D=TrussData(Coord, Con)

GAcon(x)

JacobianStresscal(D, Area)

image thumbnail

updated 1 month ago

Drive the induction motor with minimum losses by KATHIM Alrifai

Loss Minimization in Induction Motor Drives Using Genetic Algorithms (control design, optimization, mathematics)

Drive The Induction motor with Minimum Losses

image thumbnail

updated 1 month ago

Discretization methods: Class-Attribute Contingency Coefficient (CACC - MATLAB) by Julio Zaragoza

Correct Implementation of the CACC Discretization Method. http://cs.adelaide.edu.au/~jzaragoza (statistics, mathematics)

cacc(data)

main.m

image thumbnail

updated 1 month ago

Experimental Investigation on Solar Chimney for room ventilation by Ashish Meshram (Meet)

This project implements experimental Investigation on Solar chimney for room ventilation (solar chimney, ventilation, mass rate flow)

EISCRV(H,T,Ta,Ls,W,z,d,Vr,maxiter,maxerr)

GaussSeidelSOR(A,b,omega,es,maxit)

MatCrea(Coeff,Flux,Wall,Tf,Ta,Ls,z,W,d)

image thumbnail

updated 1 month ago

Particle Swarm Optimization by Yan Ou

[x,fval] = pso(fun,np,A,b); % fun: function handle % np: number of particles % A, b: Ax<=b (optimization, nonconvex optimizatio..., mathematics)

pso(fun,np,A,b,inertia,correction_factor,iteration)

image thumbnail

updated 1 month ago

Grid of points within a polygon by Sulimon Sattari

This function generates an array of points that lie within a given polygon (polygon, points, point)

polygrid( xv, yv, ppa)

image thumbnail

updated 1 month ago

Multidimensional matrix multiplication by Sandor Toth

The simple function performs fast matrix multiplication within multidimensional arrays. (matrix, multiplication, simple)

mmat(A,B,dim)

image thumbnail

updated 2 months ago

Spline2D or Piecewise Continuous 2D Polynomials by Mark Mikofski

Fit a 2D function with piecewise continuous polynomials (data exploration, interpolation, mathematics)

examples

splineFit2D(f,x,y,n,m,xb,yb,continuity,ngrid)

splineVal2D(pp,x,y,n,m,xb,yb)

image thumbnail

updated 2 months ago

clarke transformation by Amit Tiwari

conversion of balanced three phase elements into quadrature two elements.this can be highly helpful. (harmonics, clarke transformation, simulation)

CLARKE

image thumbnail

updated 2 months ago

Simple calculator by Oren berkovicth

Calculator for simple operations (gui, mathematics, calculator)

casio(varargin)

image thumbnail

updated 2 months ago

K means clustering for Image Compression by Vinay Kumar Tadepalli

K-means clustering is a popular vector quantization method for data compression. (image processing, demo, mathematics)

Kmeans_Pre_Post.m

kmeans_clustering.m

Image_kmeans_main.m

image thumbnail

updated 2 months ago

Transformada de laplace con intervalos by Electronica

Se utiliza la función escalón de heaviside, para que se puedan graficar una función a tramos. (mathematics)

ejemplo1.m

image thumbnail

updated 2 months ago

Blancmange-Takagi Function by Ahmed A. Selman

Used to plot the Blancmange-Takagi function of order (w) and range (x). (blancmangetakagi func..., mathematics)

blancmange(w,x,varargin)

image thumbnail

updated 3 months ago

polyVal2D and polyFit2D by Mark Mikofski

Evaluate 2D polynomials using Horner's method. Fit 2D polynomials to data using backslash operator. (mathematics, optimization, data exploration)

polyDer2D(p,x,y,n,m)

polyFit2D(f,x,y,n,m)

polyVal2D(p,x,y,n,m)

image thumbnail

updated 3 months ago

Covert polynomial roots to coefficients by Oren

Converts a list of a polynomials roots to the polynomials coefficients, using FFT. (signal processing, mathematics)

Roots2Coeff(R)

R2C_demo.m

image thumbnail

updated 3 months ago

LVPermute by Ahmed A. Selman

A simple (Line Vector Permutation) function. (permutation, mathematics, physics)

[C,D,j]=lvpermute(varargin)

image thumbnail

updated 3 months ago

Polynomial roots to coefficients by Oren

Converts a list of a polynomials roots to the polynomials coefficients (mathematics, signal processing)

Roots2Coeff(R)

R2C_demo.m

image thumbnail

updated 3 months ago

quadratic equation interpolation by Sherif Omran

assume you have a quadratic equation y=ax^2+bx+c.This script determines a, b , c (s, mathematics, measurement)

[a,b,c]=Quadratic(x,y)

image thumbnail

updated 3 months ago

Padding of zeros by Dhaval Gondaliya

To pad zeros to the matrix in rows as well as column. (image processing, mathematics)

pad.m

image thumbnail

updated 3 months ago

Kennard-Stone algorithm (KS) for data partition by Hongdong Li

A state-of-the-art algorithm for partitioning a data into a training set and a test set (mathematics, chemometrics, selecting representit...)

Rank=ks(X)

demo.m

image thumbnail

updated 3 months ago

Digital Carrier Modulation by Arnav Goel

This submission contains basics of digital carrier modulation in any basic communication system usin (signal processing, mathematics)

Digital_modulations.m

image thumbnail

updated 3 months ago

Dynamical Systems with Applications using MATLAB by Stephen Lynch

Companion Software. (chaos, nonlinear, mathematics)

Program_5c(~)

Programs_17a

Programs_17b

image thumbnail

updated 4 months ago

Rigid Body Project by Ferat Bulatov

The project demonstrates a rotation of a rigid body about a fixed point. Author: Ferat Talat oglu (mathematics, simulation, modeling)

About(varargin)

RBAnimation(varargin)

RBInputData(varargin)

image thumbnail

updated 4 months ago

fspline.m by Mark Holmes

clamped (or fixed) cubic spline at equally spaced data points (mathematics, data exploration, interpolation)

fspline(xd,yd,dyd,x)

image thumbnail

updated 4 months ago

tridiag.m by Mark Holmes

tridiagonal matrix equation solver (Thomas algorithm) (mathematics, matrix)

tridiag( a, b, c, f )

image thumbnail

updated 4 months ago

3D Trapezoidal Rule by Mohammed Sadeq Al-Rawi

This program can be used to find any triple integral, even if one has some empirical data. (mathematics, simulation, image processing)

trapezoidal_rule_triple_integral(x, y, z, mat)

image thumbnail

updated 4 months ago

2D trapezoidal rule by Mohammed Sadeq Al-Rawi

Calculates a double integral using trapezoidal rule. (optimization, double integral, signal processing)

trapezoidal_rule_double_integral(x, y, mat)

image thumbnail

updated 4 months ago

International Space Station Live Track by Sherif

Internet connection required to get earth rotation matrices from internet. (ground tracking, international space s..., kepler orbits)

International Space Station Live Track

image thumbnail

updated 4 months ago

nspline.m by Mark Holmes

natural cubic spline at equally spaced nodes (mathematics, data exploration, interpolation)

nspline(xd,yd,x)

image thumbnail

updated 4 months ago

n permute k by Eydrian

Based on Matt Fig's npermutek this function returns all possible permutations of most matlab classes (mathematics, statistics, combinatorics)

npermutek.m

image thumbnail

updated 4 months ago

Homomorphic filtering by Mohamed Athiq

Matlab implementation of Homomorphic filetring using a gaussian high pass filter (image processing, mathematics, signal processing)

homomorph(im,lowg,highg)

homomorphfilter.m

Contact us