image thumbnail

updated 3 months ago

Delta Cursors by Seth

This function allows you to have delta cursors using Matlab's built in data cursors. (delta cursor, delta, cursor)

figureC(inHdl,callerName,dataTipStyleDelta)

image thumbnail

updated 3 months ago

Adaptive Colormap Function Creates a Colormap Specific to Data by Tristan Ursell

Easily design and fit a colormap to the values in your data! (color, red, blue)

slide_map=rgbslide(mat_in,varargin)

image thumbnail

updated 6 months ago

GINPUT on GUI (Keeping toolbar features on) & Use of custom pointers by Divakar Roy

GUI Framework to use GINPUT (keeping all toolbar features on) + Custom pointers for plots and more. (ginput, gui, mouse)

demo_ginput_gui.m

ginput_gui.m

image thumbnail

updated 1 year ago

Generate Random Numbers from a 2D Discrete Distribution by Tristan Ursell

Random numbers from any 2D discrete probability distribution, at any resolution. (discrete, distribution, generate)

[x0,y0]=pinky(Xin,Yin,dist_in,varargin)

image thumbnail

updated 1 year ago

Fire and/or Custom Colormap Function by Tristan Ursell

Use the 'fire' colormap in Matlab, or create your own. (color, colormap, custom)

fire(m)

image thumbnail

updated 3 years ago

Custom Internet Search Bar for MATLAB by Husam Aldahiyat

Quickly access websites and search through them. (web, url, bar)

FEX(varargin)

amazon(varargin)

cssm(varargin)

image thumbnail

updated 4 years ago

copymyobj by Holger Hiebel

Workaround to create copies of objects inheriting from the Matlab 'handle'-class (copy, custom, matlab objects)

[newobj]=copymyobj(obj)

image thumbnail

updated 8 years ago

Custom Bumps by Roy Schestowitz

Generate and display sets of flexible bumps (specialized, plotting, generate)

generate_show_custom_bumps()

make_1d_bump(n_images, image_width, bump_width, bump_width_...

normalise_to_bounds(data, lower_bound, upper_bound)

image thumbnail

updated almost 9 years ago

ColormapsNc by Danilo Botta

ColormapsNc lets you create your own colormaps (up to 256 colors). (annotation, customization, colormap)

colormapsNc.m

image thumbnail

updated almost 9 years ago

COLORMAPS3C by Danilo Botta

COLORMAPS3C lets you create your own colormaps. (annotation, customization, colormap)

colormaps3c.m

image thumbnail

updated almost 10 years ago

marker by Rasmus Anthin

Create a customized marker with a fixed size. (plot, custom, marker)

h_=marker(x,y,marker,cmap,markersize,xalign,yalign)

Contact us