image thumbnail

updated 8 days ago

BetterHelp by Michael Ryan

Improves Matlab's help functionality for functions that do not have their own help files. (undocumented, help, programming)

help2html(topic,pagetitle,helpCommandOption)

help2html(topic,pagetitle,helpCommandOption)

myHelpUtils.atomicHelpPart

image thumbnail

updated 9 days ago

Another Particle Swarm Toolbox by Sam

Implementation of a PSO algorithm with the same syntax as the Genetic Algorithm Toolbox. (global optimization, particle swarm, pso)

...

...

...

image thumbnail

updated 9 days ago

FindJObj - find java handles of Matlab graphic objects by Yair Altman

Find java objects contained within a specified java container or Matlab GUI handle (example, undocumented, findobj)

findjobj(container,varargin)

image thumbnail

updated 29 days ago

GUI Layout Toolbox by Ben Tordoff

Layout management objects for MATLAB GUIs (gui, boxlayout, pick of the week)

callbackexample()

demoBrowser()

displayEndOfDemoMessage(filename)

image thumbnail

updated 30 days ago

SVN Profiling by Christopher Hummersone

Read data from files tagged with an SVN keyword (svn, subversion, keyword)

add_ps_comments(filename,str)

build_svn_profile(folders,keywords,strs,rec)

get_contents(directory,varargin)

image thumbnail

updated 1 month ago

Folders tree files list by Nikolay S.

Returns cell array of file names located under input folders. (dir, list, files)

fileNamesList=folderFiles(foldersList, nFolderDepth, filesF...

fullFileName=filesFullName(inFile, filesExtList, dlgTitle, ...

subFoldersList=folderSubFolders(foldersList, nFolderDepth, ...

image thumbnail

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

Simulink Support Package for LEGO MINDSTORMS NXT hardware (R2012a) by MathWorks Simulink Team

Simulink block library for creating models that run directly on your LEGO MINDSTORMS NXT robot (lego mindstorms, lego nxt, lego robot)

lego()

slblocks

targetupdater

image thumbnail

updated 1 month ago

legendflex: a more flexible legend by Kelly Kearney

Create a legend with more flexible positioning and labeling capabilities (legend, label, potw)

legendflex(varargin)

getpos.m

image thumbnail

updated 1 month ago

mtoc++ - Doxygen filter for Matlab and tools by Daniel Wirtz

Create nice documentation for your MatLab project using doxygen (documentation, doxygen, filter)

doxygen(param1, param2, auto_param)

examples.structArgFunc(struct1, struct2)

grid.rect.doxygen(param1, param2, auto_param)

image thumbnail

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

TACTICS Toolbox by Raz Shimoni

TACTICS is an interactive platform for customized high content bioimaging analysis. (image processing, data exploration, biotech)

image thumbnail

updated 3 months ago

figtagged by Daniel Auger

Return the handle to a figure with a specified tag (figure)

figtagged(thetag)

image thumbnail

updated 3 months ago

fig2evernote by rmc256

Send plots directly to Evernote from a MATLAB figure (notebook, labnotebook, evernote)

defaultfig2evernote

fig2evernote(varargin)

image thumbnail

updated 4 months ago

AutoFromTag by Mike Anthony

Ever wish after creating a GOTO block, you could automatically have a corresponding FROM appear? (gui, modeling, simulink)

AutoFromTag()

sl_customization(cm)

AutoFromTagTest

image thumbnail

updated 4 months ago

AutoName by Mike Anthony

In Simulink, automatically names signals and blocks in certain use cases. (simulink, gui, modeling)

InitInNames()

InitOutNames()

InitScopeNames()

image thumbnail

updated 4 months ago

getundoc - get undocumented object properties by Yair Altman

GETUNDOC returns a structure of undocumented properties (names & values) for the specified object (undocumented)

getundoc(arg, skipStandardProps)

image thumbnail

updated 4 months ago

Margincrop by Jurgen

Simple way of cropping images by specifying the amount of pixels to be cut away from the edges. (crop, margin, imcrop)

margincrop(I, LR, TB)

image thumbnail

updated 5 months ago

DM3 Import for Gatan Digital Micrograph by Robert McLeod

Imports Gatan .DM3 format files with tags (images, spectra, & spectral images) into a MATLAB struct. (electron microscopy, digital micrograph, data import)

DM3Import.m

example_dm3script.m

image thumbnail

updated 6 months ago

geotiffwrite by Jimmy Shen

Write a 2D or 3D array to a single or multi-band GeoTIFF file (earth sciences, dem, earth science)

geotiffwrite(filename, bbox, image, bit_depth, option)

make_option(action)

image thumbnail

updated 6 months ago

Save and load data as multi-frame TIFF format by YoonOh Tak

Export various types of data such as single, double or 16bit integer as TIFF format (multiframe, tiff, export)

loadtiff(path)

saveastiff(data, path, options)

saveastiff_demo.m

image thumbnail

updated 7 months ago

XML Parse-n-Find by Kesh Ikuma

XML parser and tag finder (utility, xml, parser)

xmlfind(S,varargin)

xmlparse(xmlfile)

xmlelem

image thumbnail

updated 7 months ago

Automotive Electrical System Simulation and Control by Robyn Jackey

A conventional vehicle electrical system model with alternator, battery, loads, and idle control. (battery, alternator, automotive)

ssc_lead_acid_battery_50Ah_ini.m

ssc_lead_acid_battery_80Ah_ini.m

Battery_Management_Lib

image thumbnail

updated 7 months ago

magnify 2D by LY Cao

Easily create magnifier axis with cliking,dragging and scrolling (magnify magnifier axi...)

magnify(h)

image thumbnail

updated 7 months ago

MATLAB Support Package for Arduino (aka ArduinoIO Package) by MathWorks 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 8 months ago

Nero AAC Codec Wrapper by Kesh Ikuma

MATLAB wrapper functions for Nero AAC Codec (v1.0) (audio, data export, data import)

neroaacread(aacfile,varargin)

neroaactag(aacfile,cmdstr,varargin)

neroaacwrite.m

image thumbnail

updated 8 months ago

tsp with ga by hossein

solve tsp problem with genetic algorithm (no tags)

mineGA.m

image thumbnail

updated 8 months ago

Animated traffic lights on road intersection -- OOP (object oriented programming) demo by Bogumila & Zbigniew MROZEK

simple classes and superclass are used to arrange flexible object oriented programming environment (class, inheritance, automotive)

map

tLamps % trafficLamp

trafficLamp

image thumbnail

updated 8 months ago

Use Mac OS X XML Plists with MATLAB (Updated Version) by Yi Sui

A updated version of that by John Iversen (convert, mac os, plist)

XMLPlistToStruct(xml)

XMLPlistToStruct2(xml)

loadXMLPlist(fname)

image thumbnail

updated 8 months ago

Simulink Support Package for Beagleboard hardware (R2012a) by MathWorks Simulink Team

Simulink block library for creating standalone applications for the BeagleBoard (beagleboard, beagle board, omap)

audio_equalizer_gui(state)

beagle(varargin)

gcc_beagleboard()

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

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

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

arduinomega2560()

arduinomega2560_communication

arduinomega2560_drive_closedloop

image thumbnail

updated 9 months ago

Active contour platform by olivier bernard

Compare the performance of different level sets and active contours methods. (level sets, active contours, segmentation)

Active contour platform

creaseg()

creaseg_bernard(img,init_mask,max_its,scale,thresh,color,di...

image thumbnail

updated 9 months ago

3D Slicer by David Legland

Slicer for exploring 3D images (grayscale, color or vectorial) through planar or 3D slices. (display, 3d viewer, slice)

3D Slicer

createRGBStack(img1, img2, img3)

flipStack(img, axis)

image thumbnail

updated 9 months ago

m-code to LaTeX converter by Uwe Lelke

This m-file (with GUI) converts m-code into a tex-file for including in a LaTeX-document. (latex, mcode, conversion)

m-code to LaTeX converter

m2tex.m

image thumbnail

updated 9 months ago

abf2load by Forrest Collman

a version of abfload which is capable of reading abf 2.0 files (abf, action binary file, data import)

abfload.m

image thumbnail

updated 9 months ago

Histograms of Oriented Gradients by Leo

mex function for calculating histograms of (oriented) gradients (Dalal & Triggs CVPR 2005). (gradients, histogram of oriented..., histograms)

image thumbnail

updated 10 months ago

oaxes - central axis lines through an origin by John Barber

Draw central axis lines through an origin point. (axis, central axis, centered axis)

...

oaxes(varargin)

schema()

image thumbnail

updated 10 months ago

Capture screen image Tektronix 2024B by Roman Skrada

Function will get data of channels that are ON and plots them. (measurement, signal processing, gui)

get_scope_screen( )

image thumbnail

updated 10 months ago

LineManipulator by Thomas Otterstaetter

Allows mouse-based manipulation of the data of a line object. (gui, mouse, plot)

LineManipulator.m

image thumbnail

updated 11 months ago

reorderLegend by Damith Senaratne

Re-orders the legend entries. (legend, reorder, rearrange)

reorderLegend(order,h)

image thumbnail

updated 12 months ago

Tiff Tag Reader by Dirk-Jan Kroon

A one file implementation of Tag-reader for complex Tiff files. (tiff, tif, tag)

[TiffInfo,Img]=tiff_read_header(filename)

image thumbnail

updated 12 months ago

kml2struct by James Slegers

Import a .kml file as a series of shapefile structs. Like kml_shapefile, but more stable. (import kml, shapefile, kml)

kml2struct(kmlFile)

image thumbnail

updated 12 months ago

plt by Paul Mennen

A framework for GUI designs with 2D plots. plot/plotyy alternativ optimized for data exploration. (data exploration, plot, gui objects)

bounce(n)

curves(In)

demoplt(in1)

image thumbnail

updated 12 months ago

ReadDicomDir by Wen-Tung Wang

read dicom images in a directory/folder (dicom viewer image, dicom info programm)

[outMat,procInfo,dcmInfo]=ReadDicomDir(inDir,debugLevel)

image thumbnail

updated 1 year ago

kalman filter by ahmed yehia

kalman filter design (no tags)

kfilter(A,C,V1,V2,V12)

image thumbnail

updated 1 year ago

OpenStreetMap Functions by Ioannis Filippidis

Load map, extract connectivity, plot road network & find shortest paths from OpenStreetMap XML file. (data import, automotive, transportation)

...

...

[d pred]=dijkstra(A,u)

image thumbnail

updated 1 year ago

Using Weka's SVM Classification functions in Matlab by Karen

Demonstrates importing Weka's ML library into Matlab, and using classification. (machine learning, weka)

svmClassificationInMatlab.m

image thumbnail

updated 1 year ago

Embedded Coder Support Package for Arduino by MathWorks Classroom Resources Team

Simulink block library for creating standalone Arduino applications (requires Embedded Coder) (arduino, support package, embedded coder)

arduino.runAvrDude(hexFile)

arduino_make_rtw_hook(hookMethod, modelName, ~, ~, ~, ~)

arduino_select_callback_handler(hDlg, hSrc)

image thumbnail

updated 1 year ago

Image Quantiser for FLXTBL writer by PZFlex

Used in conjunction with the 'write_flex_material_table.m' (quantise, image, image processing)

quantise_image(I,CMap)

Contact us