image thumbnail

updated 4 days ago

figure2eps: version 1.0 by Matthew Harker, Paul O'Leary,

Combine vector graphics, e.g. text, axis etc. with bitmap graphics for surfaces in one eps file. (eps, bitmap, opengl)

Demonstration of figure2eps

epscombine( eps1 , eps2 , writefile )

figure2eps(H,fileName, maxNrPatches, BitMapRenderer, forceP...

image thumbnail

updated 6 days ago

PIVMat 3.02 by Frederic Moisy

A PIV Post-processing and data analysis toolbox (davis, data export, data import)

about_pivmat (PIVMat Toolbox)

addnoisef (PIVMat Toolbox)

averf (PIVMat Toolbox)

image thumbnail

updated 15 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)

Tutorial on Polynomials in MATLAB

polyadd( f, g, Lf, Lg )

polyfitcov( x, y, d )

image thumbnail

updated 25 days ago

Triangle/Ray Intersection by Jaroslaw Tuszynski

Fast vectorized triangle/ray intersection algorithm (computer graphics, intersection, ray)

Tutorial and tests of TriangleRayIntersection function

TriangleRayIntersection.m

image thumbnail

updated 27 days ago

3D Surface Plot For Data Visualization by Yehonatan Peleg

Easy to use function for 3d surface plotting of sample data. (3d, 3d sample data visual..., 3d plot)

vecsurf_demo

vecsurf(varargin)

vecsurf_testmain.m

image thumbnail

updated 1 month ago

The carpetplot class by Matthias

Create carpet plots and cheater plots easily (plotting, carpet, carpet plot)

Carpetplot Class Example Plots

arrow(varargin)

h=hatchedline(xc,yc,linespec,theta,ar,spc,len,varargin)

image thumbnail

updated 1 month ago

Intrinsic dimensionality estimation techniques by Gabriele Lombardi

Implementation of some state-of-art intrinsic dimensionality estimators. (statistics, intrinsic dimensional..., estimation)

Intrinsic Dimensionality (id) estimation

DANCo(data,varargin)

DANCoFit(data,varargin)

image thumbnail

updated 1 month ago

MKXLSFUNC: Easily integrate legacy spreadsheet tools into MATLAB by Sky Sartorius

Creates an m-file function that does analysis within your specified Excel-based analysis tool. (xls, xlsread, xlswrite)

MKXLSFUNC Example:

image thumbnail

updated 1 month ago

Region Adjacency Graph (RAG) by David Legland

Computes the graph of adjacent regions in a labeled image (rag, watershed, graph)

demoImRAG

imRAG(img, varargin)

image thumbnail

updated 1 month ago

Algorithm Development with MATLAB by Sumit Tandon

Demo files to go with recorded webinar. (data import, gui, image processing)

Find Green Object

Green Object Detection App

BallDetectionGUI(varargin)

image thumbnail

updated 1 month ago

Adding help and demos to the help browser by John Walley

A short guide to adding your own toolbox to the help browser

Abandoned Object Detection

Adding help and demos to the Help browser

[AbandonedCount,...

image thumbnail

updated 1 month 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

Pairs Trading Strategy by tadeveloper

A pairs trading strategy implemented in MATLAB. (arbitrage, finance, backtesting)

MATLAB pairs trading strategy

PairsTradingStrategy(sys)

image thumbnail

updated 2 months ago

Publish the main and the subfunctions together by Neelakanda Bharathiraja

Publishes the main and the subfunctions together into any format as supported by publish command (publish release)

main_sample_function

main_sample_function

publish_all_functions(function_name,varargin)

image thumbnail

updated 3 months ago

Radar System Design and Analysis with MATLAB: Webinar by Kirthi Devleker

MATLAB source code of examples showcased in this webinar (radar systems, phased array)

beamformingExample

rangeDopplerStreamExample

lowProfileArray(~,frange,~,view)

image thumbnail

updated 3 months ago

ToleranceFactor by Viktor Witkovsky

ToleranceFactor computes the exact tolerance factor for the two-sided tolerance interval (statistics, measurement)

ToleranceFactorGK

ComputeTables(N,M,coverage,confidence,options)

ToleranceFactor(n,coverage,confidence,options)

image thumbnail

updated 3 months ago

Create Video of Rotating 3D Plot by Alan Jennings

Specify a set of view angles and this function creates a video for use in presentations. (video, movie, mpg)

CaptureFigVid_Example

CaptureFigVid(ViewZ, FileName,OptionZ)

WellMadeVid.mp4

image thumbnail

updated 3 months ago

Printing Variables to HTML Tables in Published Code by Ned Gulley

This file lets you display variables as HTML tables in your published MATLAB files. (html, cell mode, publishing)

Printing Variables to HTML Tables in Published Code

makeHtmlTable(M, T, rowNames, colHeaders, colors, strPrecis...

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 4 months ago

Determination of the minimum distance between two SuperEllipsoids surfaces. Using Optimization by Ricardo Portal

Optimization method to determine the minimum distance (or max overlap) between two SuperEllipsoids? (contact detection, collision detection, proximity query)

MAIN

hn=arrow3(p1,p2,s,w,h,ip,alpha,beta)

plotfval(x,optimValues,state)

image thumbnail

updated 4 months ago

Hiding multiple Text pages into a Color image by Cherma Rajan A

This program can encode/decode maximum of six monochrome Text pages into a Color image without loss. (steganography, text encoding, text coding)

HIDE THE SIX TEXT PAGES IN A COLOR IMAGE

alt=alterim(i1,i2)

imhide(org,text)

image thumbnail

updated 5 months ago

mex wrapper for International Reference Ionosphere (IRI) Model by Alexey Skazik

mex-wrapper for an empirical model IRI (ionosphere, geophysics, international referen...)

iri_test

image thumbnail

updated 5 months ago

Display multiple images on individual axes and optionally link them by Shalin Mehta

imagecat generates a 'catalog' of images useful for visualizing steps in image processing. (image display, multiple images, montage)

TestBench_imagecat

h=imagecat(varargin)

image thumbnail

updated 5 months ago

Linear regression for multiple category data with different slopes for each by Soumya Banerjee

The function does OLS and RMA regression on data that is categorized into two different categories (communications, optimization, aerospace)

regress_plot_twocategories_allslope

image thumbnail

updated 5 months ago

Functional Programming Constructs by Tucker McClure

A set of files for treating many operations, like "if", "for", and even "()", as functions. (functional programmin..., anonymous function, function handle)

Introduction to Functional Programming with Anonymous Funct...

curly(x, varargin)

dowhile(x, continue_fcn, f, cleanup_fcn)

image thumbnail

updated 5 months ago

DirLOT Toolbox by Shogo Muramatsu

MATLAB class definitions for directional lapped orthogonal transforms (boundary operation, system object, genlot)

Quick Start of DirLOT Toolbox

...

...

image thumbnail

updated 5 months ago

LBFGSB (L-BFGS-B) mex wrapper by Stephen Becker

Mex wrapper for lbfgsb v3.0 fortan library. L-bfgs-b solves box-constrained optimization. (optimization, constrained optimizat..., quasinewton)

Non-negative least-squares (NNLS) using L-BFBS-B

compile_mex

lbfgsb

image thumbnail

updated 6 months ago

Optimal Inverse Function Creation by Alan Jennings

Creates continuous, optimal inverse-functions: given a desired output, finds the optimal input (inverse, optimization, multidimensional)

InvFun_Test

InvFuntions=InvFun(Pop_I,ProbStrut)

image thumbnail

updated 6 months ago

Automatic Terrain Generation by Tucker McClure

A set a tools for generating artificial terrain and other rough phenomena mapped over a 2D surface. (terrain, landscape, mapping)

Demonstration of Algorithmic Terrain Generation

generate_brownian_mesh(n, zm)

generate_brownian_tri(n, nm, r0, el, rr)

image thumbnail

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

Optimal Control Using Control Vector Parameterization by Chang Duan

An example of using control vector parameterization to solve an optimal control problem (optimal control, direct sequential met..., control vector parame...)

Optimal Control Using Control Vector Parameterization

[topt,xopt,uopt,thetaopt]=plotopt1( x0,N,ts,dvarO,beta,rho,...

[topt,xopt,uopt,thetaopt]=plotopt2( x0,N,ts,dvarO,beta,rho,...

image thumbnail

updated 7 months ago

HPF - a big decimal class by John D'Errico

High precision floating point arithmetic, a new class written in MATLAB (hpf, arithmetic, big decimal)

Demo script for my High Precision Floating point decimal

hpf_regression_testing

DefaultDecimalBase(DBaseNew)

image thumbnail

updated 7 months ago

Dual quaternion toolbox by Guillaume Leclercq

This toolbox provides dual quaternion methods, focusing on 3D kinematics for points and lines. (quaternion, dual quaternion, geometric algebra)

EXAMPLE_FORWARD_KINEMATICS

AV2dquat(AV)

DQconj(dv,WHICHCONJ)

image thumbnail

updated 7 months ago

Avantes to Matlab by Kotya Karapetyan

Read spectral data from Avantes USB2 spectrometer files (avantes, spectrometer, optics)

Reading spectra from Avantes binary files (demonstration)

addtolog(string)

avantesBinaryRead(filename)

image thumbnail

updated 7 months ago

geom3d by David Legland

Library to handle 3D geometric primitives: create, intersect, display, and make basic computations (3d, plane, geometric computing)

demoDrawTubularMesh

demoGeom3d

demoInertiaEllipsoid

image thumbnail

updated 7 months ago

colAUC by Jaroslaw Tuszynski

Calculates Area under ROC curve (AUC) for a vector or for each column of a matrix. (roc, auc, statistics)

Tutorial for colAUC Function and Package

avrRank(x)

colAUC.m

image thumbnail

updated 7 months ago

MATLAB Tools for Scientist by Asawari Samant

Files from the webinar: MATLAB Tools for Scientists- Introduction to Data Analysis and Visualization (curve fitting, biotech, dose response)

Characterization of Dose-Response Behavior

Dose Response Analysis

DoseResponseFit(varargin)

image thumbnail

updated 8 months ago

Linear regression with statistics for multiple category data by Soumya Banerjee

This function does linear regression with statistics for multiple category data (OLS and RMA) (aerospace, automotive, biotech)

regress_plot_twocategories

image thumbnail

updated 8 months ago

Fast GMM and Fisher Vectors by Sebastien PARIS

Fast GMM (diagonal covariances only) with Kmeans initialization and Fisher Vectors (gmm, fisher vector, openmp)

test_yael_gmm

G=gen_gauss(sigma)

[GX,GY]=gen_dgauss(sigma)

image thumbnail

updated 8 months ago

Fast K-means clustering by Sebastien PARIS

Fast mex K-means clustering algorithm with possibility of K-mean++ initialization. (statistics, image processing, mathematics)

test_yael_kmeans

gene_mvgm(d , K , sig)

mexme_yael_kmeans(options)

image thumbnail

updated 8 months ago

Image reconstruction by Hanan Kavitz

The purpose of this demo is to reconstruct a simple picture of several polygons. (image processing, image reconstruction, global optimization)

imageBuilding

[state,options,optchanged]=drawBestSolution(options,state,~...

mygaplotbestf(options,state,flag)

image thumbnail

updated 8 months ago

printf by Falko Schindler

An improved print command with status and timing functionality (print, diary, log)

printf - An Improved Print Command With Status and Timing F...

printf(varargin)

image thumbnail

updated 9 months ago

Deflection of a Square Plate Calculated With PDE Toolbox by Bill Greene

Deflection of a Square Plate Calculated With PDE Toolbox (pde, demo, simulation)

clampedSquarePlateExample

boundaryFileClampedPlate( p, e, u, time )

image thumbnail

updated 9 months ago

Parallel Computing test (Ordinary Differential Equation) by Bogumila & Zbigniew MROZEK

Describes how to use Parallel Computing Toolbox to speed up computing with multi core computer. (multicore, dualcore, parallel computing)

m9911

m9912

ode1000.m

image thumbnail

updated 9 months ago

Fast Linear binary SVM classifier by Sebastien PARIS

Fast implementation of Linear binary SVM via BLAS/OpenMP API (largescale svm, computer vision, supervised classifica...)

test_lsvm

basicroc.m

mexme_lsvm(options)

image thumbnail

updated 9 months ago

Particle filter for robot localization using WiFi measurements by Sebastien PARIS

Tracking a robot with particle filter by correcting odometric measurements with WiFi signal (wireless, particle filter, wifi)

Demo illustring WiFi propagation loss in indoor building

generate_trajectory.m

load_flp(filename)

image thumbnail

updated 10 months ago

Objects/Faces Detection Toolbox by Sebastien PARIS

Objects/Faces detection using Local Binary Patterns and Haar features (boosting, faces detection, images processing)

Demo illustrating (Center-Symetric) MultiBlock Local Binary...

Demo illustrating Circular Histogram Local Binary Pattern (...

Demo illustrating HAAR features

image thumbnail

updated 10 months ago

Rosin-Rammler Diagram plotting tool by Ivan Brezani

This tool plots the Rosin-Rammler Diagram (RRSB) and calculates various related parameters. (rosinrammler, comminution, rrsb)

MATLAB® tool for plotting Rosin-Rammler size distributi...

...

RRD(varargin)

image thumbnail

updated 10 months ago

Automated Trading with MATLAB - 2012 by Stuart Kozola

Files from the Automated Trading webinar showing X_Trader and QuickFIX/J integration. (algorithmic trading, x_trader, genetic programming)

Algorithmic Trading with MATLAB: Intraday trading

Algorithmic Trading with MATLAB: Moving Average Rule

Algorithmic Trading with MATLAB: Pairs trading

image thumbnail

updated 10 months ago

The Computation of Pi by Archimedes by Bill McKeeman

Archimedes wrote 3 1/7 > pi > 3 10/71. This is how he did it. (200bce, archimedes, pi)

The Computation of Pi by Archimedes

iszero(INT)

fr(varargin)

Contact us