Refine by Product

Refine by Time Frame

image thumbnail

updated 1 month ago

export_fig by Oliver Woodford

Exports figures nicely to a number of vector & bitmap formats. (anti alias, figure, embed)

copyfig(fh)

eps2pdf(source, dest, crop, append, gray, quality)

export_fig(varargin)

image thumbnail

updated 7 months ago

MATLAB Support Package for Arduino (aka ArduinoIO Package) by Classroom Resources Team

MATLAB class and Simulink blocks for communicating with an Arduino microcontroller board (arduino, data acquisition, simulink)

arduinoCleanup(customData,arduinoVar)

getSetupBlockUserData(modelHandle, arduinoVar)

msfun_arduino_analogread(block)

image thumbnail

updated 18 days ago

matlab2tikz by Nico Schlömer

A script to convert MATLAB/Octave into TikZ figures for easy and consistent inclusion into LaTeX. (latex, figure, embed)

figure2dot( filename )

matlab2tikz(varargin)

matlab2tikzInputParser()

image thumbnail

updated 8 months ago

M-code LaTeX Package by Florian Knorn

Easily include nicely syntax highlighted m-code in your LaTeX documents. (bugs, source code highlight..., latex)

image thumbnail

updated 3 years ago

41 Complete GUI Examples by Matt Fig

41 working GUIs to read and learn. (example, gui, examples)

GUI_1()

GUI_10()

GUI_11()

image thumbnail

updated 1 year ago

Image Segmentation Tutorial ("BlobsDemo") by Image Analyst

Image Processing Tutorial to demonstrate the basic concepts to beginner users. (demo, image analysis, image processing)

BlobsDemo.m

image thumbnail

updated 4 years ago

Optical Character Recognition (OCR) by Diego Orlando

The aim of OCR is to classify optical patterns corresponding to alphanumeric or other characters. (ocr, a, optical patterns)

[fl re]=lines(im_texto)

letter=read_letter(imagn,num_letras)

OCR.m

image thumbnail

updated 7 years ago

Particle Swarm Optimization Toolbox by Brian Birge

With Trelea, Common, and Clerc types along with ... (swarm intelligence, brian i use your prog..., optimization)

...

[OUT,varargout]=pso_Trelea_vectorized(functname,D,varargin)

[out,varargout]=normmat(x,newminmax,flag)

image thumbnail

updated 2 years ago

Face Detection System by Omid Sakhi

Face Detection using Gabor feature extraction and neural network (face detection, application, eye detection in matl...)

drawrec (in,w)

gabor (w,nu,mu,Kmax,f,sig)

im2vec (W27x18)

image thumbnail

updated almost 4 years ago

arrow.m by Erik Johnson

Draw a line with an arrowhead. (arrow, annotation, line)

arrow(varargin)

image thumbnail

updated 2 years ago

Arduino IO package: Slides and Examples by Giampiero Campa

Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB". (analog, arduino, motor)

example_io.m

example_mot.m

image thumbnail

updated 1 month ago

Tools for NIfTI and ANALYZE image by Jimmy Shen

Load, save, make, reslice, view (and edit) both NIfTI and ANALYZE data on any platform (analyze, niftl, nifti)

affine(old_img, old_M, new_elem_size, verbose, bg, method)

bipolar(M, lo, hi, contrast)

bresenham_line3d(P1, P2, precision)

image thumbnail

updated 1 year ago

EM algorithm for Gaussian mixture model by Mo Chen

EM algorithm for Gaussian mixture. Works on arbitray dimensions with high speed and precision. (em, clustering, gmm)

emgm(X, init)

logsumexp(x, dim)

spread(X, label)

image thumbnail

updated 2 years ago

Viola Jones Object Detection by Dirk-Jan Kroon

Viola Jones Object detection using OpenCV trained classifiers (2d, detection, viola jones)

ConvertHaarcasadeXMLOpenCV(filename)

GetIntergralImages(Picture,Options)

HaarCasadeObjectDetection(IntegralImages,HaarCasade,Options...

image thumbnail

updated 6 months ago

Simulink Support Package for Arduino Uno and Mega 2560 hardware (R2012b) by MathWorks Simulink Team

Simulink block library for creating standalone applications for Arduino Uno and Mega 2560 platforms (arduino, arduino simulink, arduino mega 2560)

rtt_buildinfodata_uno()

slblocks

arduinolib

image thumbnail

updated 7 months ago

Grid-Connected PV Array by Pierre Giroux

Two demonstrations of a grid-connected PV array using SimPowerSystems. (mppt, boost converter, dcdc)

PV_model_Param

PVarray_Grid_IncCondReg_det

PVarray_Grid_PandO_avg

image thumbnail

updated 10 days ago

Super Mario Bros. Demo by Mingjing Zhang

A playable demo of Super Mario Bros. World 1-1 with background music (gui, image, animation)

Super Mario Bros. Demo

stl_mario_main()

image thumbnail

updated 7 years ago

Learning the Kalman Filter by Michael Kleder

Basic Kalman filter, heavily commented, for beginners to Kalman filtering. (basic kalman filter, kalman filter, discrete filter)

kalmanf(s)

image thumbnail

updated almost 2 years ago

PeakFinder by Nate Yoder

Quickly finds local maxima (peaks) or minima (valleys) in a noisy signal. (peak finder, chemistry, extrema)

peakfinder(x0, sel, thresh, extrema)

image thumbnail

updated 1 month ago

Simulink Support Package for Arduino Hardware by MathWorks Simulink Team

Support Package Installer file (arduino, mega 2560, uno)

image thumbnail

updated 4 years ago

MatlabBGL by David Gleich

MatlabBGL provides robust and efficient graph algorithms for Matlab using native data structures. (bfs, dfs, dijkstra)

A=erdos_reyni(n,p)

[d pred f]=astar_search(A,s,h,varargin)

[is_planar ksubgraph EI]=boyer_myrvold_planarity_test(A,var...

image thumbnail

updated 8 days ago

Imagine by Christian Wuerslin

4D/3D image visualization and evaluation GUI. (3d, evaluation, image analysis)

Imagine App

OptimalColor(iNBins)

fEvalLineFWHM(SData, sSelectionType, hTexts)

image thumbnail

updated 8 months ago

Scalable Vector Graphics (SVG) Export of Figures by Juerg Schwizer

Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). (plot2svg, svg filters, 3d)

demo_svg_water

plot2svg.m

simulink2svg

image thumbnail

updated 1 month ago

MorphTool by Brett Shoelson

An interactive environment for morphologically operating on images. (morphology, dilation, gui)

MorphTool

MorphTool(img,parent)

StrelTool(parentHndl,varName)

image thumbnail

updated 1 month ago

Wind Turbine Model by Steve Miller

Wind turbine model including blades, nacelle, pitch and yaw actuation, generator and control system. (physical modeling, wind turbine model, wind)

image thumbnail

updated 7 years ago

kmeans image segmentation by Jose Vicente Manjon-Herrera

Application of kmeans clustering algorithm to segment a grey scale image on diferent classes. (kmeans segmentation, cell segmentation, clustering)

[mu,mask]=kmeans(ima,k)

image thumbnail

updated almost 3 years ago

Surface Fitting using gridfit by John D'Errico

Model 2-d surfaces from scattered data (interpolation, surface, modeling)

gridfit_demo

gridfit(x,y,z,xnodes,ynodes,varargin)

test_main.m

image thumbnail

updated 6 days ago

GUI Layout Toolbox by Ben Tordoff

Layout management objects for MATLAB GUIs (gui, boxlayout, gridlayout)

callbackexample()

demoBrowser()

displayEndOfDemoMessage(filename)

image thumbnail

updated 8 months ago

Simulink Support Package for Arduino Uno Hardware (R2012a) by MathWorks Simulink Team

Simulink block library for creating standalone applications for the Arduino® Uno platform (arduino simulink, arduino uno, arduino board)

arduinouno()

arduinouno_drive_closedloop

arduinouno_drive_openloop

image thumbnail

updated 6 years ago

Image segmentation & Extraction by Jeny Rajan

This program segments and extracts objects from an image. (image, segmentation, object extraction)

seg.m

image thumbnail

updated 2 years ago

freezeColors / unfreezeColors by John Iversen

Use multiple colormaps per figure! Version 2, now works for many types of objects, not only images. (colormap, caxis, annotation)

freezeColors(varargin)

unfreezeColors(h)

Contents.m

image thumbnail

updated 3 years ago

MATLAB for Digital Communication by Won Yang

The MATLAB programs in "MATLAB/Simulink for Digital Communication" authored by Won Y. Yang et. al (communiation, matlab, hi sir)

AI=inv_GF2(A)

H_est=channel_estimate(X,y)

I=Gauss_Hermite(f,N,varargin)

image thumbnail

updated 29 days ago

SegmentTool: An Interactive GUI for Segmenting Images by Brett Shoelson

Interactively find the best approach to segmenting (masking) your image (app, image, gui)

SegmentTool

cellfind(z)

createButtonLabel(string,varargin)

image thumbnail

updated almost 4 years ago

HANDBOOK OF GRAPHICAL USER INTERFACE (Spanish!) by Diego Orlando

GUIDE Tips... and examples! ¡Está en español! (article, examples, where can i get this ...)

image thumbnail

updated 4 months ago

Runge Kutta 4th order ode by Judah S

solves ode using 4th order Runge Kutta method (mathematics, optimization, runge kutta)

Runge_Kutta_4.m

image thumbnail

updated 8 years ago

2D Gabor Filter(Ver1,2,3) by Ahmad Poursaberi

To design 2D Gabor filter and apply it to image. (gabor filter, image processing, 2d)

gaborfilter(I,Sx,Sy,U,V);

gaborfilter(I,Sx,Sy,f,theta);

gaborfilter(I,Sx,Sy,f,theta);

image thumbnail

updated almost 5 years ago

ASK, OOK, FSK, BPSK, QPSK, 8PSK modulations. by Diego Orlando

ASK, OOK, FSK, BPSK, QPSK, 8PSK modulations. (8psk, fsk, ask)

image thumbnail

updated 6 years ago

HERRORBAR by Jos (10584)

Horizontal errorbar plot. (errorbar, horizontal, error)

herrorbar(x, y, l, u, symbol)

image thumbnail

updated 4 years ago

Configurable Simulink Model for DC-DC Converters with PWM PI Control by Yi Cao

A Simulink model configurable to buck, boost and buck-boost DC-DC converters with PWM PI control (boost regulator, dc converter, buck converter)

Configurable Simulink Model for DC-DC Converters

converter_mask(blk)

buck1.m

image thumbnail

updated almost 5 years ago

Open CV Viola-Jones Face Detection in Matlab by Sreekar Krishna

Viola-Jones Fast Face Detection Mex Implementation (application, face detection, matlab implementation)

TestFaceDetection.m

image thumbnail

updated 1 year ago

Active Shape Model (ASM) and Active Appearance Model (AAM) by Dirk-Jan Kroon

Cootes 2D/3D Active Shape & Appearance Model for automatic image object segmentation and recognition (2d, active appearance mod..., active shape model)

A=imresize3d(V,scale,tsize,ntype,npad)

AAM_2D_example.m

AAM_3D_train_example.m

image thumbnail

updated 3 months ago

2D/3D image segmentation toolbox by Yan Zhang

2D/3D image segmentation using level-set based active contour/surface with AOS scheme (2d and 3d fast marchi..., 2d3d image segmentati..., 2d image segmation)

ac_ChanVese_model(I, phi, smooth_weight, image_weight, ...

ac_GAC_model(g, phi, countour_weight, expansion_weight, ...

ac_SDF_2D(type, dims, varargin)

image thumbnail

updated 5 years ago

Mutual Information computation by Hanchuan Peng

A self-contained package for computing mutual information, joint/conditional probability, entropy (mutual information, joint probability, mutual infromation co...)

condentropy(vec1,vec2)

condmutualinfo(vec1,vec2,condvec)

entropy(vec1)

image thumbnail

updated 1 month ago

Rotate X-axis tick labels by Ben Tordoff

Rotate x-tick labels to any angle, preserving font settings and coping with resize, zoom, pan etc (plotting, xtick)

rotateXLabels( ax, angle, varargin )

image thumbnail

updated 1 month ago

Potential Flow by Ye Cheng

This MATLAB App provides a GUI to study the superposition of elementary potential flows. (gui, app, fluid mechanics)

potentialFlow

addPotential(xmesh,ymesh,x_c,y_c,q,type)

potentialFlowGUI(varargin)

image thumbnail

updated 5 years ago

Learning the Extended Kalman Filter by Yi Cao

An implementation of Extended Kalman Filter for nonlinear state estimation. (extended kalman filte..., filter design, state estimate)

[x,P]=ekf(fstate,x,P,hmeas,z,Q,R)

image thumbnail

updated 5 years ago

PCA-based Face Recognition System by Amir Omidvarnia

This package implements 'Eigenface', a PCA-based face recognition system. (eigenface, appearancebased metho..., pca)

CreateDatabase(TrainDatabasePath)

EigenfaceCore(T)

Recognition(TestImage, m, A, Eigenfaces)

image thumbnail

updated 2 years ago

HOG descriptor for Matlab by Oswaldo Ludwig

Image descriptor based on Histogram of Oriented Gradients for gray-level images (image descriptor, artificial intelligen..., computer vision)

H=HOG(Im)

image thumbnail

updated almost 3 years ago

XTICKLABEL_ROTATE by Brian Katz

Rotate XTickLabel to better accommodate long labels and text labels. (annotation, customization, xticklabel)

xticklabel_rotate(XTick,rot,varargin)

image thumbnail

updated 1 month ago

exploreRGB by Brett Shoelson

Simple utility to view all color planes, grayscale, and colorspace conversions of an RGB image. (explore rgb color pla..., color, circularhough_grd_sl)

ExploreRGB

ExploreRGB(input, mode,opts)

expandAxes(hndls,rotEnable)

Contact us