image thumbnail

updated 2 hours ago

Biot-Savart direct integration on a generic curve by Alessandro Masullo

Biot-Savart integration on a generic curve, by numerical integration. (biotsavart, biot, savart)

biot_savart.m

image thumbnail

updated 2 hours ago

FFmpeg Toolbox by Kesh Ikuma

A set of wrapper functions to run FFmpeg directly from Matlab (utility, ffmpeg, multimedia)

Contents.m

ffmpegtranscode.m

ffmpeginfo(infile)

image thumbnail

updated 3 hours ago

Deploy pcoded Matlab Files by Eydrian

Creates p-coded files and the associated help text of a given source to a given destination folder (pcode)

deploy.m

image thumbnail

updated 3 hours ago

Reconstruction of Image from Simple Back Projection by Shrinivas

Reconstruction of Image from projections (image processing, mathematics, matlab)

sbp0109.m

[size1,upto,increment]=inputsbp()

[z]=choosesbp(upto,increment)

image thumbnail

updated 3 hours ago

Calculating Electric field of a dipole using Coulomb's law by Praveen Ranganath

This code computes the Electric Field distribution due to a dipole in a 2-D plane. (electric field, electrostatics, coulombs law)

ElectricFields.m

image thumbnail

updated 3 hours ago

Finite Difference Method to solve Poisson's Equation in Two Dimensions. by Sathyanarayan Rao

This code employs successive over relaxation method to solve Poisson's equation. (poisson equation, finite difference met..., successive over relax...)

po.m

image thumbnail

updated 1 day ago

Modified & Generalized Dunn's index by Nejc Ilc

An implementation of Modified and Generalized Dunn's index for internal cluster validation. (clustering, validation, dunns index)

demo.m

DI=indexDN(data,labels,distance)

[G,d,uniqueInd]=graph_create(data,labels,graph_type,options...

image thumbnail

updated 1 day 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)

demo_clustering.m

CM=confusion_matrix_reorder(CM)

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

image thumbnail

updated 1 day ago

Animation example - Crank Mechanism by Stefan Björklund

This is an example of how to animate a mechanism in Matlab. (simulation, demo, gui)

CrankMechanism.m

image thumbnail

updated 1 day ago

Monte Carlo example of the Multi-Factor coupled Commodity Forward curves Simulator by Ahmos Sansom

Implementation of the Multi-Factor multi commodity forward curve simulator (finance, mathematics, optimization)

MultiFactorExample.m

GetCov(x, y)

LnTestofSims(mySims, LastFC, volFN, Factors)

image thumbnail

updated 1 day ago

Trainable COSFIRE filters for keypoint detection and pattern recognition by George Azzopardi

A COSFIRE filter detects features or patterns of interest, e.g. traffic signs in complex scenes. (feature detection, trainable, feature)

inhibfacil.m

COSFIRE_Application(example)

Gabor(img, lambda, aspectratio, bandwidth, orientation, shi...

image thumbnail

updated 1 day ago

Empirical Wavelet Transforms by Jerome Gilles

This toolbox proposes the original implementation of Empirical Wavelet Transforms (signal processing, image processing, mathematics)

Test_EWT1D.m

Test_EWT2D_Curvelet.m

Test_EWT2D_LP.m

image thumbnail

updated 1 day ago

Lithium Battery Model, Simscape Language and Simulink Design Optimization by Robyn Jackey

Multi-temperature lithium battery model using Simscape language and Simulink Design Optimization (lithium, battery, demo)

plot_estim_results.m

plot_estim_results.m

plot_estim_results.m

image thumbnail

updated 2 days ago

FBMC-OFDM: Sub-channels comparison by Alquds university

FBMC-OFDM: Sub-channels comparison (communication)

FBMC_OFDM_Subcarriers.m

image thumbnail

updated 2 days ago

FBMC-OFDM: Prototype filter comparison by Alquds university

Frequency response of prototype filter for FBMC and OFDM (communication)

FBMC_OFDM_Prototype.m

image thumbnail

updated 2 days ago

Plot a 3D Radiation pattern based on an image by katzumaki

Plot a 3D radiation pattern based on an image (radiation pattern, surf plot)

surface.m

image thumbnail

updated 2 days ago

Tutorial on Polynomials in Matlab: polyBox Version 1.3 by Matthew Harker, Paul O'Leary,

A thorough tutorial on polynomials in matlab, which also adds functions for covariance computations (polynomials, covariance, convolution)

testVender.m

Tutorial on Polynomials in MATLAB

polyadd( f, g, Lf, Lg )

image thumbnail

updated 2 days ago

Ordinary Differential Equation Toolbox: ODEbox Version 1.1 by Matthew Harker, Paul O'Leary,

This is a toolbos for the solution of ordinary differential equations including IVPs and BVPs. (ode, ivp, bvp)

BVPEx1.m

IVP1.m

IVP2.m

image thumbnail

updated 2 days ago

AODV by khalil

algorithme AODV (simulation)

aodv.m

image thumbnail

updated 2 days ago

Kalman Filter demo for Ball Tracking by Bassam Jalgha

This code shows a demo of the kalman filter used to track a white ball. (kalman filter, linear quadratic esti..., linear system)

KalmanFilter.m

ball2.mp4

image thumbnail

updated 2 days ago

Masked k-order statistic filters for 2D data by Fabio Bellavia

Morphological erosion, dilation, median filter and generic k-order statistic filter implementation (korder statistical fi..., 2d median filter, morphological dilatio...)

test.m

r=kordstatfilt2(im,ker,idx)

image thumbnail

updated 2 days ago

Neural Data Toolbox (NDTb) by Lukas Maly

Neural Data Toolbox (NDTb) is toolbox developed for neuroscience data processing. (neural data toolbox, ndtb, fmri)

ndtb.m

ndtb_3dviz_gui.m

ndtb_anon_gui.m

image thumbnail

updated 2 days ago

Plot2BMP by Bryan C. Smith

Exports Matlab arrays into BMP images. Many options for color, can handle complex arrays. (plotting, visualization, complex maps)

mandelbrot.m

plot2bmp(Z,varargin)

image thumbnail

updated 2 days ago

Symbol Probability in a message by Ashish Meshram (Meet)

This file deals with calculating symbol probability in a message (probability, source coding, communication)

Test.m

GetSymAPrioriProb(a)

image thumbnail

updated 2 days ago

An edge adaptive directional total variation model by Wang YQ

An edge adaptive directional total variation model is proposed for image noise removal (image restoration, total variation, directional tv)

EADTVDiffusion.m

ssim.m

DirectionalDenoise(x,lam,alp,theta,varargin)

image thumbnail

updated 5 days ago

Reading and saving of data in the EDF+ by Andrey Shapkin

Reading and saving of multichannel biological and physical signals in the European Data Format (EDF) (edf, eeg, save)

ReadEDF.m

SaveEDF.m

image thumbnail

updated 5 days ago

QPSK example with MATLAB entry for HDL Coder by Richard

Set of laboratory exercises to demonstrate Mathworks HDL Coder with MATLAB entry. (wireless, communication, hdl coder)

ADC_tb.m

blink_leds_tb.m

dc_offset_correction_tb.m

image thumbnail

updated 5 days ago

Model Predictive Control of Multi-Input, Multi-Output (MIMO) systems by Pooya Rezaei

Quadratic Programming is used to simulate Model Predictive Control of MIMO systems (optimization, control design, model predictive cont...)

run_MPC.m

run_MPC_SISO.m

run_MPC_delta_u.m

image thumbnail

updated 5 days ago

Values from a column selection index vector by Eydrian

Returns the actual values chosen of a data from a column index vector (matrix)

selection2values.m

image thumbnail

updated 5 days ago

MRI field-shift calculation with virtual Zero-Padding by Job

Efficient forward Fourier-based calculation of the susceptibility-induced field shift in MRI (mri, magnetic susceptibili..., aliasing)

calculateFieldShift.m

demonstration.m

image thumbnail

updated 5 days ago

replace by Gucas

by this file,you can changen the specified file (replace)

input_output.m

image thumbnail

updated 5 days ago

The Bullwhip effect simulated in Matlab Environment by stelios ploumpis

A simulated script that allow anyone to understand the bullwhip effect through a basic supply chain. (finance, simulation, modelling)

BullWhip_effect.m

rules.m

image thumbnail

updated 5 days ago

Matlab Wrapper for OpenNI 2.2 by Camillo Taylor

A very simple wrapper that provides an interface to RGBD cameras through OpenNI v2.2 (2d3, 3d, anyone tried to compi...)

compile_script.m

image thumbnail

updated 5 days ago

Optimal Finite-burn Interplanetary Injection from Earth Orbit by David Eagle

A MATLAB script for optimizing finite-burn interplanetary injection trajectories. (aerospace, mathematics, simulation)

escape.m

[fid, itarget, nsegments, xmass0, thrmag, xisp, oev_initial...

asympt (cbmu, rsc, vsc)

image thumbnail

updated 6 days ago

Nagel Schreckenberg model implementation by Alexander Farley

Simulation of the Nagel Schreckenberg single-lane traffic model, with visualization and plotting. (nagel schreckenberg s...)

NaSchr.m

image thumbnail

updated 7 days ago

PCA by Devinder

this implements the PCA algorithm. User can choose/input the no.of features in the reduced Dataset. (pca, image processing, computer vision)

main.m

featureNormalize(X)

pca(X,n)

image thumbnail

updated 7 days ago

Faster ROC-AUC by Enric Junque de Fortuny

Fast calculation of AUC of an ROC for binary classification problems, written in C++. (auc, roc, classification)

install.m

image thumbnail

updated 7 days ago

Spectral analysis with Matlab Implementation by Hristo Zhivomirov

Spectral analysis including amplitude and phase spectrum as well as their graphical representation. (signal processing)

example1.m

example2.m

spectrum(x, fs, varargin)

image thumbnail

updated 7 days ago

Bessel Polynomial Linearization Coefficients by Robert Dickson

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

Contents.m

bpqguide.m

bpqcc(n,a)

image thumbnail

updated 8 days ago

Simulink Support for Kinect by Takashi Chikamasa

Simulink Support for Kinect is a set of Simulink blocks interfaced with OpenNI and Kinect SDK. (image processing, instrument driver, demo)

makedoc.m

makedoc.m

slnid_depth.m

image thumbnail

updated 8 days ago

Testbench to determine the harmonic order of a SimRF Circuit Envelope simulation by Giorgia Zucchelli

Determine the harmonic order to find the best tradeoff between simulation time and accuracy. (rf, harmonic order, circuit envelope)

TestbenchScript.m

multi_tone_compute( F1, O1, F2, O2, F3, O3, F4, O4)

Testbench

image thumbnail

updated 8 days ago

Viscous Flow in pipe : Velocity profile by Youssef KHMOU

Computing the Velocity profile of viscous fluid in pipe based on 5 inputs (Pa,Pb,mu,R,l) (fluid mechanics)

Viscous_Flow.m

image thumbnail

updated 8 days ago

Peak finding and measurement by Tom O'Haver

Function to locate and measure the positive peaks and valleys in noisy data sets. (peak detection, analytical chemistry, chemistry)

DemoFindPeak.m

DemoFindPeakSNR.m

ipeak.m

image thumbnail

updated 8 days ago

Blind Modal Identification with Hankel Matrices (BMIDHM) toolbox by Scot McNeill

This toolbox is for performing modal identification from ambient random data. (aerospace, automotive, signal processing)

bmidhm_6dof_rand.m

plot_results.m

sim_6dof.m

image thumbnail

updated 8 days ago

Hello/Goodbye World using GUI 2.5 by Siva

Test Upload (gui)

dialog_button.m

Callbacks_Hello_Goodbye_GUI25(f,C)

Callbacks_hello_goodbye_world_GUI25(f,C)

image thumbnail

updated 9 days ago

simulate motion in Cartesian MRI by Michael Völker

Simulates Point Spread Function (PSF) and k-space data for motion in Cartesian FLASH sequences. (mri, imaging)

example.m

getMotion( t )

getReorderLinesCartesian( reorderString, szY, szZ, Nexc )

image thumbnail

updated 9 days ago

very simple and short 16quam modulation and demodulation by Avi

after seeing some long and complex 16quam modulations and demodulations I've decided to try by mysef (16quam, modulation demodulati...)

qam16_mod_demod.m

image thumbnail

updated 9 days ago

Pulse Width Modulation by Sourangsu Banerji

PLots the waveform of Pulse Width Modulated Signal (communications, signal processing)

Pulse_Width_Modulation.m

image thumbnail

updated 9 days ago

Pulse Code Modulation by Sourangsu Banerji

Plots the waveform of a Pulse Code Modulated signal. (signal processing, communications)

Pulse_Code_Modulation.m

image thumbnail

updated 9 days ago

Chebpack by Damian Trif

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

Boussinesq.m

ElDaou.m

Ex1pant.m

Contact us