Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 9 months ago

Mandelbrot set, vectorized, simple by Maxim Vedenyov

done with meshgrid function and complex numbers (fractal, mandelbrot, set)

mandelbrot.m

image thumbnail

updated 1 year ago

Vectorized Meshgrid by Ioannis Filippidis

Conversions between N-D rectangular domain, meshgrid and matrix of column vectors (mathematics, meshgrid, vectorization)

domain2meshgrid(domain, resolution)

domain2vec(domain, resolution)

example_vectorized_surf_plot

image thumbnail

updated 2 years ago

mesh2tri by Kevin Moerman

Creates regular triangulation of meshgrid data (triangulation, meshgrid, data exploration)

[F,V]=mesh2tri(X,Y,Z,tri_type)

image thumbnail

updated 2 years ago

Plot a surface through X-Y-Z data in 3D by Bruce Raine

Plots X-Y-Z data in 3D using the SURF command. Does not need the Curve Fitting Toolbox. (3d data, xyz, interpolation)

plotunevenData(fileToRead,varargin)

Contact us