image thumbnail

updated 22 hours ago

Duration (CDF) Plot by Roger Parkyn

A simple plotter for ranked data against empirical probability. (hydrology, probability, duration plot)

duration_plot(y_data, varargin)

image thumbnail

updated 1 day ago

figmenu: An automatic figure-selection menu by Douglas Schwarz

Easily switch between figures using a menu that is created automatically. (figure, menu)

figmenu(arg,cmd)

image thumbnail

updated 3 days ago

Region Adjacency Graph (RAG) by David Legland

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

demoImRAG

imRAG(img, varargin)

image thumbnail

updated 3 days ago

KML Toolbox v2.6 by Rafael Oliveira

Create KML/KMZ files and view them in Google Earth. Supports 3D models, contours, overlays, and more (kml, google earth, contour)

bitslice(a,lowbit,highbit)

kmldoc(topic)

kml

image thumbnail

updated 3 days ago

Animated mesh on the web by Benjamin I

Convert a matlab mesh to a transforming 3D figure on the web (html, mesh, animation)

x3mesh_deform(f,v, v2, varargin)

demo1.m

demo2.m

image thumbnail

updated 8 days ago

figtopdf by Alexandre Willame

figtopdf is a small function that saves the current figure as a .pdf image. (pdf, image, graph)

figtopdf(myfigname, nocomment)

image thumbnail

updated 9 days ago

Panel by Ben Mitch

Like subplot, but easier, and WYSIWYG export to file. Also fixes dashed/dotted lines in export. (multipane, panel, plot)

demopanel_callback(data)

demopanel_minihist(stats, show_xtick, show_ytick)

true) panel

image thumbnail

updated 10 days ago

errorbarjitter by David Stern

Plot mean ± SD alongside jittered raw data (plotting, jitter, statistics)

errorbarjitter.m

image thumbnail

updated 10 days ago

sinaset by Sina Khatami M.

By this function you could simply customize your plotted figures & save them as TIF & fig files (data export, plot, save)

sinaset(hndl,handelsize,Xp,Yp,xlbl,xlblsize,ylbl,ylblsize,t...

image thumbnail

updated 11 days ago

Plot color by Giacomo Alessandroni

PLOT_COLOR draws a dotted graph where the color of every point depends by vector P (plot, color, dotted)

plot_color(X, Y, P, ColorStart, ColorEnd, MarkerSize)

image thumbnail

updated 11 days ago

Fast 3D/2D Region Growing (MEX) by Christian Wuerslin

A very fast 2D and 3D region growing algorithm implemented in c++. (region growing, 3d, 2d)

RegionGrowing(dImg, dMaxDif, iSeed)

image thumbnail

updated 14 days ago

2D transient Heat Conduction by shashank moghe

A dynamic boundary 2-D transient heat conduction problem (transient, heat, conduction)

ApplyBC(T_old,x_intervals,y_intervals,left_Temperature,uppe...

CalculatePlottingMatrix(T_new,x_intervals,y_intervals)

CalculateTimeForTakingOutBillet(T_new,reference_Temperature...

image thumbnail

updated 15 days ago

Blend Color by Giacomo Alessandroni

BLENDCOLOR - Blend two colours specifying the fractional position (color, interpolation, image processing)

blendcolor(from, to, pos)

image thumbnail

updated 17 days ago

akZoom by Alexander Kessel

Allows direct zooming and panning with the mouse in 2D plots. Works with plotyy and multiple axes. (2d, axes, mouse)

akZoom.m

image thumbnail

updated 18 days ago

Volumetric Data Explorer by Adam Filion

App for exploring higher dimensional data using volumetric visualizations and animation. (4d, movie, visualization)

Data Explorer

image thumbnail

updated 21 days 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 23 days ago

Colormix by Jurgen

Combine basic colors with string syntax to create any RGB color. (color, mixing colors)

colormix(CLRSTR,MODE)

image thumbnail

updated 23 days ago

AdvancedColormap by Andriy Nych

Performs advaced colormap operations (colormap, plot)

AdvancedColormap(command,varargin)

AdvancedColormapDemo.m

image thumbnail

updated 23 days ago

polarc by Marco Borges

A polar plot function that accepts arguments LineSpec to modify the graph. (polar, graph types, plotting)

polarc(varargin)

image thumbnail

updated 24 days ago

img2curve by Amihay Blau

Imports curves from pictures and graphs (digitize, digitizing, image to curve)

img2curve

image thumbnail

updated 25 days ago

Valcolor by Jurgen

Apply color CLR to colormap entry pertaining to value VAL. Either scaled or indexed figure. (color, colormap, intensity)

valcolor(varargin)

image thumbnail

updated 25 days ago

2D FDTD code with TF/SF interface and UPML absorbing borders by Vasily Kozhevnikov

Simple example implements FDTD + UPML + Total Field/Scattered Field interface (fdtd, 2d, te)

FDTD_2D

image thumbnail

updated 28 days ago

EPS Utility Toolbox by Kesh Ikuma

A set of functions to generate publisher-happy EPS images (eps, print, image export)

eps2raster(varargin)

epscleancolordict(infile,outfile)

epsembedfont(varargin)

image thumbnail

updated 30 days ago

Color Palette Tables (.cpt) for Matlab by Kelly Kearney

Create and apply GMT-style colormaps in Matlab (color, gradient, colormap)

cptcmap(varargin)

image thumbnail

updated 30 days ago

Graphical Calculator by shhebaz ghouri

addition,subtraction,plot,stem, permutation,combination. (addition, graphical, calculator)

calculator(varargin)

y=C(n,r);

y=P(n,r);

image thumbnail

updated 1 month ago

Multichannel Wave Plotting by Christopher Hummersone

Plot stacked waves/data from a multichannel matrix (multichannel, audio, wave)

multiwaveplot(varargin)

image thumbnail

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

Tornado Plot by Rick

This creates tornado plots based on a specified sensitivity value. (analysis, aerospace, tornado)

Tornado.m

image thumbnail

updated 1 month ago

Spherium by Andrew French

Wield the power of OpenGL and create ammonites, Klein bottles and curious spheria! (demo, printing, mathematics)

Hradial(r,n,L,Z,A)

LgivenN(N)

MgivenL(X)

image thumbnail

updated 1 month ago

subplotsCM by Andrew Bliss

Creates subplots with less wasted space. Subplot sizes and margins are specified in centimeters. (subplot, plot, tufte)

[axout,hout]=subplotsCM(nrows,ncols,figwidth,figheight,vara...

image thumbnail

updated 1 month ago

Color Constancy Algorithms (Gray World, White Patch, Modified White Patch, ETC) by Juan

The functions implements several of the color constancy techniques available. (color, constancy, gray world)

colorConstancy(I, algorithm, varargin)

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

columnlegend by Simon Henin

Creates a legend with a specified number of columns (columns, legends, figure)

columnlegend(numcolumns, str, varargin)

image thumbnail

updated 1 month ago

Plasticine simulation by Maxim Vedenyov

Plasticine circle by its own mass compressed on table. 2d (plasticine, simulation, 2d)

test1.m

test2.m

test3.m

image thumbnail

updated 1 month ago

contourfill by Lukas Chvatal

Fills area between TWO contour levels. (contour, fill, contourf)

contourfill(x,y, z, lev, varargin)

image thumbnail

updated 1 month ago

offsetPlot by William Buller

offsetPlot is a function that relabels the axes relative to the minimum (x,y) coordinates (plot, tick labels, earth science)

offsetPlot(plotHandle, labelPrecision, addOriginText )

image thumbnail

updated 1 month ago

fig2pdf by ChristianW

Simple papersize fix for figure to pdf prints. (figure, pdf, print)

fig2pdf(h,fn)

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

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)

image thumbnail

updated 1 month ago

tick2text: create easy-to-customize tick labels by Kelly Kearney

Customized tick marks, maintained on zoom and pan (annotation, customization, tick)

params=parse_pv_pairs(params,pv_pairs)

tick2text(varargin)

image thumbnail

updated 1 month ago

GUI to assist with combining/pulling out figures and subplots by Jared Goodner

This GUI assists with generating new figures using data in existent figures. (gui, figure, subplot)

figure_helper(varargin)

image thumbnail

updated 1 month ago

Attributed Plot Html by Emily Alden

This exchange file creates a clickable image map for a figure with links to multiple data sources. (data export, images, html)

AttributedPlotHtml(Dim2Data,ImageName,Crux)

EXAMPLE_marathons.m

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

hsv2hsl by Sander Verhaeven

converts colours from the HSV to the HSL colour space (color, colour, convertion)

HSV2HSL(input)

image thumbnail

updated 2 months ago

Tricontf by Rich Pawlowicz

Contouring and filled contouring for unstructured 2D triangular meshes (image processing, mathematics, data exploration)

[varargout]=tricont(varargin);

[varargout]=tricontf(varargin);

tridemo.m

image thumbnail

updated 2 months ago

Carpet Plot Toolkit by Rob McDonald

A set of routines to make carpet plotting easier. (carpet, contour, knothole)

Cconv=carpetcontourconvert(x1, x2, y, offset, C)

[xc, yc]=carpetconvert(x1, x2, y, offset, x1p, x2p)

carpet(x1, x2, y, offset, nref, linspec1, linspec2, varargi...

image thumbnail

updated 2 months ago

Hatched Lines and Contours by Rob McDonald

Draw lines and contours with hatches on one side of the line. (hatch, constraint, plotting)

h=hatchedcontours(C,varargin)

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

ocontourc(x, y, z, NV, cgt)

image thumbnail

updated 2 months ago

ARROWS: generalized 2-D arrows plot by François Beauducel

Vectorized and flexible arrow plot function in 2-D (graphics)

arrows.m

image thumbnail

updated 3 months ago

Computational Colour Science using MATLAB 2e by Stephen Westland

Colour toolbox that accompanies the second edition of Computational Colour Science using MATLAB (colour, color, colour science)

[j,c,hq,m,h,s,q]=ciecam02(xyz,xyzw,la,yb,para)

camera_demo(linflag, spflag)

camera_demo1

image thumbnail

updated 3 months ago

K shortest paths in a graph represented by a sparse matrix (Yen's algorithm) by El-ad David Amir

Determine the K shortest paths from node S to node T. (dijkstra, graph, shortestpath)

graphkshortestpaths.m

Contact us