image thumbnail

updated 15 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 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 3 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 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 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 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 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

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

ODEvu by Vladimir Bondarenko

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

odeModelInfo(varargin)

odevu.m

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

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

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

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 3 years ago

Texture Patch by Dirk-Jan Kroon

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

mouse3d(varargin)

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

image thumbnail

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

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 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 6 years ago

Optimization of a Double Wishbone Suspension System by Stuart Kozola

Demo files from the Webinar "Introduction to Optimization with MATLAB(R) Products" Oct. 26, 2006 (pattern search, simulink, genetic algorithms)

importfile(fileToRead1,varargin)

updatePlot(varargin)

verifyInstalled

image thumbnail

updated 7 years ago

Thresholding Images by Ivan Ordonez

A GUI to visualize of thresholding process of an image (gui, display, annotation)

ThresGUI.m

image thumbnail

updated 7 years ago

Phase Plot with Time by Atakan Varol

Plots the phase plot with explicit time representation using color (differential equation..., specialized, control systems)

pend1(t,y)

pptime(y,time)

pptime_demo.m

image thumbnail

updated 8 years ago

Visualize area of multiple shapes by Vlad Atanasiu

Measure and visualize the area of each individual shape in a binary image. (measurements, area measurement, visualization)

bwarean(BW,method,conn)

bwarean_demo(BW)

image thumbnail

updated 11 years ago

Spec1d by Emmanuel Farhi

1-D data visualisation and fitting. (optimization, fitting, 2dplotting)

Contact us