image thumbnail

updated 14 days 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 8 months ago

Four-Bar Polode Animation by Don Riley

Animates all classes of 4-bar mechanisms, plots instant center paths, allows link length changes. (kinematics, animation, 4bar)

Four-Bar Polode Animation

Animate_Four_Bar_Polodes

image thumbnail

updated 1 year ago

Simulation and Animation of a Quarter-Car Automotive Suspension Model by James Allison

A standard linear quarter-car model is simulated and then animated. (automotive, animation, simulation)

plotsusp(x,road_x,road_z,curr_x,umf)

sim_qcar.m

image thumbnail

updated 1 year ago

Solve the puzzle via djstra shortest path algorithm by Su Dongcai

an interesting application of djstra algorithm (djstra, demo, image processing)

shortestPath(img, sp, dp)

image thumbnail

updated 1 year ago

CNCCoder by Sagheb Kohpayeh Araghi

This is a basic CNC coder which allow user to write CNC codes. (cnc code, data, cnc)

newCNC

image thumbnail

updated 1 year ago

GoogleEarth in GUI by Sven Koerner

Open GE in Matlab - GUI via ActiveX (activex, javascript, google)

ge2ma_demo

ge_html(varargin)

image thumbnail

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

SMDode Spring-Mass-Damper system behavior analysis by Sulaymon Eshkabilov

Spring-Mass-Damper system behavior analysis for given Mass, Damping and Stiffness values. (ode45, ode23tb, ode113)

SMDode(Mass,Damping, Stiffness)

image thumbnail

updated 2 years ago

Matlab, Nyquist, Power system, Plots, Nyquist plot. by satendra kumar

To get a appropriate Nyquist plot. (power system, demo, optimization)

lnyquist1(a,b,c,d,iu,w)

image thumbnail

updated 2 years ago

Pyramid built by UFO by Gustavo Orellana

Using matrix transformations and light to create ufo building pyramid. (ufo, translations, rotations)

antenna(zpos,height,rad)

dome(zpos, dimMult)

drawBlocks(n,position)

image thumbnail

updated 2 years ago

Custom-shaped histogram by Image Analyst

Transform an image to have any histogram you want. (color detection, fun, segmentation)

shaped_histogram()

threshold(varargin)

threshold_grayscale_image(original_image, min_threshold, ma...

image thumbnail

updated 2 years ago

Lissajous curve by Grzegorz Knor

LISSAJOUS - a simple example of 2D line plot in Matlab, and creating a GUI without GUIDE. (demo, gui, plot)

lissajous

image thumbnail

updated 2 years ago

Matlab Animation Demo by Kobi Nistel

A simple animation demonstration using drawnow. (graphics, animation, demo)

anidemo.m

image thumbnail

updated 3 years ago

1D Bifurcation plot by Yue Wu

This is a very nice and compact file for generating 1D bifurcation plot. (bifurcation, demo, logistic map)

yue_bifur(fun,x0,a0,a1,N,L,p_siz)

image thumbnail

updated 3 years ago

Demo Slider by Petr Kolar

Add (a “window”) slider(s) to figure axes (demo, gui, figure)

demoSlider

image thumbnail

updated 3 years ago

Demo Area Move by Petr Kolar

interactively set, modify and move (in "windows" way) selected area of a figure (demo, gui, figure)

demoAreaMove

image thumbnail

updated 3 years ago

RangeFrame 1.0 by James Houghton

A range frame includes information such as mean, median, quartiles, or std. dev. in plot axes. (tufte, rangeframe, data display)

rangeframe(main_axis, x_frame, y_frame)

RangeFrame_Demo.m

image thumbnail

updated 3 years ago

Sparklines Table 1.0 by James Houghton

Sparklines are word-size plots showing data trends in dense, comparative format. (sparkline, tufte, plot)

sparklines(t, m, labels, title)

Sparklines_Demo.m

image thumbnail

updated almost 4 years ago

Shows available Matlab colormaps. by Uilke Stelwagen

Shows available Matlab colormaps by cycling through them. (graphics, colormaps, demo)

showcolormaps(m)

image thumbnail

updated almost 4 years ago

Droste Effect Tool by Steve Hoelzer

Apply the Droste Effect to an image using a GUI or function call. (droste, conformal mapping, special effects)

The Droste Effect

droste_effect(img, reg, varargin)

droste_gui(varargin)

image thumbnail

updated 4 years ago

Mandel121 by Dr. Jens Koopmann

Cool tool to zoom into the Mandebrot Set. 2/3D images are supported. (fractals, mandelbrot, mathematics)

[x,y,Zvalues]=dummy2(lowerR,higherR,lowerI,higherI,stepsR,M...

color_change(col,my_view,x,y,Zvalues,x_view,y_view,maxIter,...

load_coordinates

image thumbnail

updated 4 years ago

Draw a Polar Dendrogram by Sam Roberts

Draws a polar dendrogram. (statistics, cluster analysis, visualisation)

polardendrogram(Z,varargin)

polardendrogramdemo.m

image thumbnail

updated 4 years ago

fseriedemo by Matt Fig

Calculates and plots the Fourier Series Approximation to function f. (demo, plot, series)

fseriesdemo(f,b,NN)

image thumbnail

updated almost 8 years ago

Polyfit at Chebyshev Points by Tyrone Uy

Program demo using polyfit for plot chebyshev points. (polyfit, chebyshev, points)

Chebyshev2b.m

image thumbnail

updated almost 14 years ago

lift_pen.m by Alan Bindemann

This function demonstrates how to use NaNs to "lift the pen" when using the 'line' command. (specialized, plotting, nan)

lift_pen

Contact us