image thumbnail

updated 4 days ago

plotly API by Chris

Graphs in a web-browser! Example graph: https://plot.ly/~jackp/614/. View and share interactively. (plot, data export, gui)

cell2json(s)

json2struct(j)

m2json(val)

image thumbnail

updated 13 days ago

Draw or add axes to figure by Kye Taylor

Super helpful way to visualize axes in a 2D figure. (demo, visualization, axes)

drawAxes(ax)

image thumbnail

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

plot2bmp(Z,varargin)

mandelbrot.m

image thumbnail

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

Write Cell Array of Structs into a VTK Structured Grid by Daniel Hornung

Takes a 3D cell array with (nested) structs and exports it as a VTK structured grid. (visualization, export, data export)

WriteCellToVTKStructured(...

image thumbnail

updated 1 month ago

Bivariate Heatmap by Michael Saha

Group bivariate data into 2d bins and visualize as an image. (heatmap, heat, map)

heatmap(x1,x2,varargin)

image thumbnail

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

CORE: Conceptual Optimization of Rotorcraft Environment by Sky Sartorius

Facilitates optimization and design space exploration in the conceptual design phase of rotorcraft. (helicopter, aerospace, rotorcraft)

...

...

...

image thumbnail

updated 2 months ago

4D Volume Visualization by Joshua Stough

4D (3D+1) volume visualization with windowing, custom colormaps, and component selection (4d, vectorvalued volumetr..., visualization)

vis4d(I, mycmaps, figName)

image thumbnail

updated 2 months ago

Colormaps compatible with red-green color perception deficiencies by Matthias Geissbuehler

Colormaps for displaying data compatible with red-green color perception deficiencies (colormap, colormaps, linearincreasing brig...)

cmap=ametrine(n,varargin)

cmap=isolum(n,varargin)

cmap=morgenstemning(n,varargin)

image thumbnail

updated 3 months ago

Hydraulic System Comparison Gui by Travis Wiens

Visualizes power losses and utilization for four common types of fluid power systems. (mechanical, engineering, gui)

hydSysCompareGui

image thumbnail

updated 3 months ago

5D Data Visualization with Matlab Implementation by Hristo Zhivomirov

An 5D (five dimensions) data visualization using Matlab command “slice”. (5d, data, visualization)

five_dim_slice.m

image thumbnail

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

thumbnailScatter.m puts thumbnails over datapoints for better visualization by Derya

Helps you visualize patterns in your data. (visualization, pca, gui)

thumbnailScatter(dataX,dataY,thumbnailPath)

demo_scatterThumbnail.m

image thumbnail

updated 4 months ago

3D visualization of GMM learning via the EM algorithm by Johannes

The evolution of a GMM in the EM algorithm is visualized by interpolating between iterations. (expectation maximizat..., gaussian mixture mode..., em)

EM_GMM_3d(c,wk,N,movie,Y,D,Cv)

image thumbnail

updated 4 months ago

Perceptually improved colormaps by Matteo Niccoli

5 perceptual colormaps with rainbow-like colors and 1 with heat colors (color, colormap, graphics)

CompareLabPlotsUsingColorspace.m

MakeLabPlotUsingColorspace.m

example2.m

image thumbnail

updated 4 months ago

4D Data Visualization with Matlab Implementation by Hristo Zhivomirov

An 4D (four dimensions) data visualization using Matlab commands “scatter” and “slice”. (4d, data, visualization)

four_dim_scatter.m

four_dim_slice.m

image thumbnail

updated 5 months ago

Wave Player Visualizations (Geek) by Suraj Kamya

Kviz_playerV1 is Kamya Visualization music player Version 1 have a number of Geek Visz (3D-also) (gui, project, sound processing)

Kviz_Player_V1(varargin)

image thumbnail

updated 5 months ago

colormapline - color-changing 2D or 3D line by Matthias Hunstig

Plot a 2D or 3D line using a specified colormap. (line, rainbow, color)

colormapline.m

image thumbnail

updated 5 months ago

arrange_subplots by Geng

Automatically computes the #rows and #columns needed to show N subplots. (subplot, image processing, visualization)

arrange_subplots(n, imagesz)

image thumbnail

updated 6 months ago

Temporal Graph Visualization by Anh-Dung Nguyen

Visualize the evolution of a temporal graph (dynamic network, temporal graphs, visualization)

visualGraph(G)

image thumbnail

updated 10 months ago

3D Slicer by David Legland

Slicer for exploring 3D images (grayscale, color or vectorial) through planar or 3D slices. (display, how to install the sl..., 3d viewer)

3D Slicer

createRGBStack(img1, img2, img3)

flipStack(img, axis)

image thumbnail

updated 11 months ago

Colorize Signed Image by Andrew Fitzgibbon

Make an RGB image of a matrix of signed data. (colormap, signed data, graphics)

awf_colorize_signed_image(v, colorscheme, gamma)

image thumbnail

updated 11 months ago

Conditionally Colored Plot (CCPLOT) by Michael Heidingsfeld

Plots conditionally colored (2D line) graphs. (plot, visualization, color)

ccplot(x,y,c,map)

image thumbnail

updated 11 months ago

Vector Field TB by Francesco Visentin

A group of class to perform vector field (DPIV) data analysis and visualization (vector field, visualization, analysis)

(nn(:,1)<1)|(nn(:,1)>n)|(nn(:,2)<1)|(nn(:,2)>m); nn(L,:)...

conver_vortex_data(vx_data, sf_obj, varargin)

convert_vortex_data(vx_data, sf_obj, varargin)

image thumbnail

updated 1 year ago

Function to draw a tilted rectangle by Sudarshan

Specify width, height and angle of orientation of the rectangle, that is drawn on an image (rectangle, rectangle at angle, image processing)

drawRectangleonImageAtAngle(img,center,width, height,angle)

image thumbnail

updated 1 year ago

Cluster Reinforcement (CR) phase by Narine Manukyan

The Cluster Reinforcement (CR) phase advances cluster separation in Self Organizing Maps(SOM). (cluster reinforcement, som, self organizing map)

B_GUI(B, C, A, N1, N2, tor, ci, threshold, lineScale, label...

B_matrix(C, N1, N2, p)

BestMatchingNeurons(X, W, N1, N2)

image thumbnail

updated 1 year ago

Electrocorticography / intracranial EEG visualizer by Matthew Davidson

This is a tool for plotting iEEG/ECog data on a brain. (ieeg, ecog, visualization)

ft_group_ieeg_elec_plot(varargin)

keeponly_electrodes(elec, wh)

plot_brain(surf_brain, viewpoint, varargin)

image thumbnail

updated 1 year ago

matlabVMEC by Samuel Lazerson

MATLAB interface to aid in plotting of VMEC output. (plasma, gui, simulation)

VMECcomp( filename,datatype )

VMECedit(varargin)

VMECplot(varargin)

image thumbnail

updated 1 year ago

Virtual Reality Recording by Nassim Khaled

This is a virtual reality recording created using simulink. (virtual, reality, model)

sea_scene_heading_control.avi

image thumbnail

updated 1 year ago

FHROI: Interactive freehand ROI by Andrew Davis

Interactively specify 2D freehand ROI (image processing, signal processing, visualization)

fhroi(axHandle)

image thumbnail

updated 1 year ago

ALPHAMASK: semi-transparent image overlay by Andrew Davis

Overlay image with semi-transparent mask and return handle (image processing, mask, visualization)

alphamask(bwMask, colour, transparency, axHandle)

image thumbnail

updated 1 year ago

Customizable Heat Maps by Ameya Deoras

Visualize data as a heatmap with many customizable options. (heat map, heatmap, color map)

Heatmap Examples

heatmap(mat, xlab, ylab, textmat, varargin)

image thumbnail

updated 1 year ago

ODEvu by Vladimir Bondarenko

Ordinary differential equations viewer (mathematics, gui, differential equation...)

odeModelInfo(varargin)

odevu.m

image thumbnail

updated 1 year ago

bar_setFaceAlpha by georg

Set the FaceAlpha property of BAR and BARH objects (visualization, bar plot)

bar_setFaceAlpha(ax,alpha)

image thumbnail

updated 1 year ago

vtkpipe by LeFlaux

Pipe visualization data to vtk files. (vtk, visualization, data export)

vtkquiver(x, y, z, u, v, w, varname, filename)

vtkseries(t, f, filename)

vtktrisurf(tri, x, y, z, argin5, argin6, argin7)

image thumbnail

updated 1 year ago

Feature Analysis by Iftekhar Tanveer

This program analyzes an arff file (weka) (feature selection, arff, lda)

LDA.m

FeatureAnalysis.m

image thumbnail

updated 1 year ago

keyControlPlugin by georg

A figure plugin class usable as keyPress callback Function. (user interface, visualization, callback function)

keyControlPlugin

testkeyControlPlugin.m

image thumbnail

updated almost 2 years ago

Robot Soccer 2.0: Modeling Team Strategies with Stateflow and Network Effects with SimEvents by Saurabh Mahapatra

Additional discrete modeling enhancements to the demo (3d, animation, ball)

RoboSoccer_11b

Team_1_Strategy

Team_2_Strategy

image thumbnail

updated almost 2 years ago

Modeling, Simulation and 3D Animation of a Simple Assembly Line by Saurabh Mahapatra

A simple template that combines SimEvents, Stateflow, Simulink and Simulink 3D Animation. (3d, conveyor, manufacturing)

assembly_line

image thumbnail

updated almost 2 years ago

Connected topoplot by Praneeth Namburi

Visualize networks in your EEG data (eeg, network, visualization)

Connected Topoplot

topoplot_connect(displayStruct, loc_file)

image thumbnail

updated almost 2 years ago

Matlab 3D figure to 3D (X)HTML by Dirk-Jan Kroon

Converts 3D objects of a Matlab figure to XHTML embedded X3D file. Interactive 3D website graphics. (3d, opengl, webgl)

[F,V,Cface,Cedge,E,T]=surf2FV(Obj)

[data,loc]=XMLaddNode(name,data,loc)

[data,loc_body]=XHTMLheader(options)

image thumbnail

updated almost 2 years ago

Matlab colormaps as seen by color-blind users by Vlad Atanasiu

This image provides simulations of how the standard Matlab colormaps look to color-blind users. (colormaps, color, colorblindness)

image thumbnail

updated almost 2 years ago

Complex Function Grapher by Jon Moller

A tool to graph complex functions on the Argand plane (x + iy). (complex, complex function, argand)

compfuncgraph2.m

image thumbnail

updated almost 2 years ago

Draw grpah of a function on matrix by David Silver

FCN2MAT Convert user-defined single-valued function to matrix (function plotting, plot, draw)

fcn2mat(fcnstr,minX,maxX,perX,lineWidth,perY,minY,maxY)

image thumbnail

updated 2 years ago

Plotstack by Christos Saragiotis

A plot utility, to plot graphs one over the other (or one next to the other vertically) (measurement, demo, visualization)

plotstack(X,varargin)

image thumbnail

updated 2 years ago

Data density plot by Malcolm McLean

Plots data density of a two-dimensional distribution for human viewing. (data density, visualization, statistics)

DataDensityPlot( x, y, levels )

dataDensity( x, y, width, height, limits, fudge )

TestDataDensity.m

image thumbnail

updated 2 years ago

matlabEXTENDER by Samuel Lazerson

A visualization package to interface MATLAB to the EXTENDER code. (data import, visualization, simulation)

pixplot(varargin)

plot_extender(varargin)

read_extender(filename)

image thumbnail

updated 2 years ago

subplace by James Slegers

SUBPLACE Computes 'Position' vectors for a center-aligned set of subplots of varying row lengths (subplot, plot, visualization)

subplace( R, varargin )

image thumbnail

updated 2 years ago

othercolor by Joshua Atkins

Extra colormaps for plotting. Contains diverging, sequential, categorical, and perceptual maps. (color map, colormap, color)

othercolor(n,m)

Contact us