image thumbnail

updated 2 years ago

Figure to play and analyze videos with custom plots on top by Joao Henriques

A figure ready to scroll through and play videos. You can also draw any custom graphics on it. (video processing, video, figure)

...

image thumbnail

updated 2 years ago

2D Vector Field Visualization by Nicholas Howe

Two functions that create visualizations of 2D vector fields (vector fields, 2d, quiver plot)

cquiver(varargin)

vfcolor(varargin)

image thumbnail

updated 2 years ago

meshCanopy by Sean de

Display a mesh above a grayscale image (mesh, slice, colormap)

meshCanopy(I,Mdata,Mmap,height)

image thumbnail

updated 2 years ago

Robot Soccer: An Exercise in Learning the Key Features of Simulink by Saurabh Mahapatra

Demo files to accompany the Introduction to Simulink webinar (football, ball, webinar)

RoboSoccer

RoboSoccer_10b

Team_1_Strategy

image thumbnail

updated 2 years ago

look3d: A 3-D Image Viewer by Ren Hui Gong

This GUI program allows you to navigate through a 3-D image with three orthogonal views. (image processing, 3d image, visualization)

info =mha_read_header(filename)

look3d(varargin)

mha_read_volume(info)

image thumbnail

updated 2 years ago

mapcolors by Scott McKinney

Create a custom RGB colormap by interpolating between two pre-defined extremes. (graphics, visualization, colormap)

mapcolors(start,finish,nBits)

image thumbnail

updated 2 years ago

Solution of Differential Equations with MATLAB & Simulink: Lorenz Attractor Case Study by Saurabh Mahapatra

Simulink design pattern for solving differential equations, visualize results in MATLAB graphics (differential, equation, lorenz)

lorenz_graphs(block)

lorenz_graphs_level_1(t,x,u,flag, x_initial)

lorenz_attractor

image thumbnail

updated 2 years ago

solve 2d wave equation with FDM by Maxim Vedenyov

With 4 visualizations: colormap, surface, refraction, reflection (visualization, conv2, 2d)

as_colormap.m

as_colormap_movie.m

as_surface.m

image thumbnail

updated 2 years ago

2D Spring Coordinates for Plotting by Dan P

Generates the coordinates necessary for plotting an automatically sized 2D spring. (modeling, simulation, spring)

springcoord( pt1, pt2, varargin)

image thumbnail

updated 2 years ago

surfi by Ben Mitch

Plot (or return) surface interpolated from supplied vertices. (visualization, plotting, plot)

surfi(XYZ, C, maxSideLength)

triangulate(varargin)

triangulate_pareByArea(XYZ, v, maxTriangleArea)

image thumbnail

updated almost 3 years ago

Generate a Dotplot by Mark Wolters

Produces a dotplot for visualizing the distribution of small data sets. (statistical graphics, data summaries, statistics)

dotplot(X,ax)

image thumbnail

updated almost 3 years ago

Starplot by Sven Mesecke

Plots high dimensional data onto an arbitrary number of linear or logarithmic axes. (statistics, graphics, plotting)

staraxes(naxis, tickmarks, ticklabels, scaling)

starcoords(YDATA)

stardemo(scaling)

image thumbnail

updated almost 3 years ago

Fly a 747 with MATLAB: Adding Realism, Quaternions, Trajectory Tracing by Saurabh Mahapatra

Several enhancements made to the original 747 demo. (scene, aircraft, matlab)

terrain_plane.m

image thumbnail

updated almost 3 years ago

Texture Patch by Dirk-Jan Kroon

Show a 3D triangulated mesh ( patch ) with a texture (patch, textures, triangulated)

mouse3d(varargin)

patcht(FF,VV,TF,VT,I,Options)

image thumbnail

updated almost 3 years ago

Fly a 747 using MATLAB by Saurabh Mahapatra

Animate the motion of a 747 along a helical path all from within MATLAB. (3d, 747, motion)

Plane_Helix.m

image thumbnail

updated almost 3 years ago

Function Parameter Slider by Teja Muppirala

Use continuously updating sliders to view how a function changes as its input parameters change (sliders, functions, gui)

example1(m,n)

example2(x1,x2)

example3(x0,r,N)

image thumbnail

updated almost 3 years ago

tight subplot by Pekka Kumpulainen

Fills the figure with axes subplots with easily adjustable margins and gaps between the axes. (plot, subplot, visualization)

tight_subplot(Nh, Nw, gap, marg_h, marg_w)

image thumbnail

updated almost 3 years ago

Surf3D by James Ramm

Plots upper and lower surfaces of a layer, calculates and plots the boundary faces (geophysics, visualization, geology)

ThreedDemo()

[R]=NanMat(Data,GridSize,varargin)

[hLight]=Surf3D(LayerN,R,Z,Xn,Yn)

image thumbnail

updated almost 3 years ago

showMaskAsOverlay by Brett Shoelson

Show (multiple) segmentation mask(s) with user-specified transparency/color as overlay on image (mask, visualization, image processing)

showMaskAsOverlay2(opacity, mask, overlaycolor, varargin)

image thumbnail

updated almost 3 years ago

Phase and amplitude hue plot by Iacopo Mochi

Plots a complex 2D array. The phase is shown as hue and the amplitude as brightness. (phase, hue, optics)

varargout=phplot(varargin)

image thumbnail

updated 3 years ago

textborder - Higher contrast text using a 1-pixel-thick border by Joao Henriques

Draws text on a figure with a 1-pixel-thick border. (border, figure, text)

textborder(x, y, string, text_color, border_color, varargin...

image thumbnail

updated 3 years ago

CCViewer by Matthias Schwaiger

3D plots of multidimensional data (projection with GUI) (gui, graphics, visualization)

[varargout]=ccviewerplot(varargin)

ccviewer(varargin)

image thumbnail

updated 3 years ago

Earth-sized Sphere with Topography by Will Campbell

variation on the SPHERE command to facilitate plotting of orbital trajectories (space, earth, orbit)

earth_sphere(varargin)

image thumbnail

updated 3 years ago

4 Dimensional visualization by Divahar Jayaraman

This is to visualize the functions of 3 variables: z=f(x,y,t), which becomes 4 dimensional problem (4 dimension, multi dimensional, annotation)

Visualization_4d(varargin)

Create_Volume.m

image thumbnail

updated 3 years ago

Binned Scatter Plot by Stefan Schroedl

plot quantiles of y given quantiles of x. (bin, histogram, scatter)

binned_plot(x,y,varargin)

image thumbnail

updated 3 years ago

Light Bartlein Color Maps by Robert Bemis

Generates one of four colormaps using schemes proposed in technical literature (colormap, data, annotation)

lbmap(n,scheme)

image thumbnail

updated 3 years ago

Overlay 2 matrices in an imagesc-like plot by Nathan

This allows one to overlay 2 matrices in the same plot in an imagesc.m like manner. (imagesc, plot, visualization)

figure1 =imagesc_2mat(Matrix1,Matrix2,colormapchoice)

image thumbnail

updated 3 years ago

Scripts for Volume Visualization Videos by Patrick Kalita

Source code files which go with the series of videos on volume visualization from Doug's Blog. (demo, data exploration, visualization)

appearance.m

final_example.m

scalar.m

image thumbnail

updated 3 years ago

cross product visualization by Maxim Vedenyov

It is GUI in matlab for cross product visualization [axb]. a and b can have random smooth motion. (cross product, visualization, gui)

[r v a]=rand_motion(r,v,a,dt,r1,r2)

alm=update_angle_sign_wt(hs,r0,a,b,varargin)

cross_product(varargin)

image thumbnail

updated 3 years ago

Bipolar Colormap by Ged Ridgway

Symmetric/diverging/bipolar cold-neutral-hot colormap (colormap, color map, color scale)

Find a bipolar colormap, linear in grayscale, close to a te...

bipolar(m, n, interp)

colormap_optimization(cmap)

image thumbnail

updated 3 years ago

Composing multiple BW images to one color image by David Silver

Composing n binary images to a colored image while each image is layer of some color. (pseudo color, visualization, color)

RGB_layers(imgs,RGBs)

image thumbnail

updated 3 years ago

domain coloring by Ankur Pawar

Visualization of complex function. (domain coloring, complex function, mathematics)

img=coolviz1(func)

img=coolviz2(func)

img=coolviz3(func)

image thumbnail

updated 3 years ago

Real-time DAQ and sound card visualization by Nizar Ouarti

Read analog signal coming from a daq or a sound card. Display the data in real-time or at the end. (daq, sound card, winsound)

daq_sound_card.m

image thumbnail

updated 3 years ago

writeVTK by Daniel Peterseim

Exports triangulations and triangulated surfaces to vtk file format. (vtk export, paraview, function plot)

writeVTK(filename,t,p,u)

writeVTKcell(filename,t,p,u)

image thumbnail

updated 3 years ago

Using MATLAB(R) visualization in a .NET PictureBox by Martti

How to bring bitmap data generated from a MATLAB(R) figure into a C# application. (builder ne, c, compiler)

makebitmap(y, width, height, ThreeDee)

makefigure(y, ThreeDee, PlotOrClose)

makesquare(x)

image thumbnail

updated 3 years ago

Updating MATLAB(R) figure inserted on a Excel(R) Sheet by Martti

How to insert an automatically updating MATLAB(R) figure to an Excel(R) sheet. (excel, visualization, builder)

...

image thumbnail

updated 3 years ago

Genomic signature using FCGR by Jesús P. Mena-Chalco

Genomic signature using Chaos game representation of frequencies. (chaos game representa..., genomic signature, dna)

buildComplementarDNA(sequenceA)

buildDNAStrand(DNAMatrix)

calculateFrecuencies(sequence, word)

image thumbnail

updated almost 4 years ago

plot_feasible.m by Matthew Roughan

plot_feasible.m is a simple bit of code for visualizing 2D linear programming problems. (linear programming, hatch, hatching)

[sorted_vertices, ...

plot_feasible_test.m

image thumbnail

updated almost 4 years ago

Savecampos-Loadcampos by Bertrand Dano

Save & load all camera parameters for re-plotting 3D data or comparison. (3d plot, camera viewpoint, visualization)

bogus=loadcampos(index)

bogus=savecampos(index)

image thumbnail

updated almost 4 years ago

SnapRB by Bertrand Dano

Creates a red-blue anaglyth from current 3D figure. (3d, stereoscopic, visualization)

H=snaprb(alpha)

image thumbnail

updated almost 4 years ago

wgPlot - Weighted Graph Plot (a better version of gplot) by Mike Wu

Plot graphs with weighted vertices and weighted edges from a weighted adjacency matrix. (weighted graph, graph, gplot)

H=prh(H)

[hAx]=axesArea(varargin)

[hE,hV]=wgPlot(adjMat,coord,varargin)

image thumbnail

updated almost 4 years ago

V3D - 3D Visualization Toolbox *GERMAN* by Robert Barsch

3D Visualization Toolbox for different geopysical data formats in German. (v3d, visualization, toolbox)

out=teximage(s,varargin)

v3d.m

v3d_color.m

image thumbnail

updated almost 4 years ago

Treemap by Joe Hicklin

Treemaps display data using the relative areas of nested rectangles. (specialized, plotting, treemap)

outline(rectangles)

plotRectangles(rectangles,labels,colors)

treemap(data,w,h)

image thumbnail

updated almost 4 years ago

MATLAB in Physics - Visualisation by Matt McDonnell

The first lecture in a series on using MATLAB® in undergraduate physics courses. (physics, visualisation, visualization)

analyseExperimentalData(inFileName)

comparePendulumToSHM(x0,k,m)

makeSincMovie

image thumbnail

updated almost 4 years ago

allowaxestogrow by Matt Caywood

With one click, zoom axes for better visibility. (data exploration, figure, plot)

allowaxestogrow(f)

image thumbnail

updated almost 4 years ago

Eular angles GUI by Maxim Vedenyov

Eular angles visualization and connection with axis-angle rotation. (euler angles, visualization, line of nodes)

XYZ_visibility

an=arc_data(ang,R,h,Rt)

an=ax_an_bounding(gamma,delta,alpha)

image thumbnail

updated almost 4 years ago

Export triangulation to Paraview by David Gingras

Function to export an unrestricted 2D triangulation to a VTK file which can be open with Paraview. (2d, visualization, data export)

exportTriangulation2VTK(file,XYZ,tri,dir)

image thumbnail

updated 4 years ago

Compiling a Simulink 3D Animation-based Application by Saurabh Mahapatra

Use the MATLAB Compiler to compile a 3D Animation application. (3d, animation, virtual reality)

compile_this_3D_app.m

vrmemb_lmco.m

image thumbnail

updated 4 years ago

drawLA - Draw Toolbox for Linear Algebra. by Vladimir Bondarenko

Plot 2D/3D of vectors, planes, lines, spheres, and... display matrix equations. (visualization, plotting, linear algebra)

Introduction to the drawLA Toolbox

dispMEq(eq, varargin)

drawAxes(d, colr, labels)

image thumbnail

updated 4 years ago

plotstats by Jean-Yves Tinevez

PLOTSTATS Format and plot data for basic statitical analysis. (specialized, plotting, statistic plot)

plotstats(X,Y,varargin)

Contact us