image thumbnail

updated 3 months ago

contourfill by Lukas Chvatal

Fills area between TWO contour levels. (contour, fill, contourf)

contourfill(x,y, z, lev, varargin)

image thumbnail

updated 6 months ago

Hatchfill by Neil Tandon

Fills an area with hatching or speckling. (hatch, plot, patch)

hatchfill(A,STYL,ANGLE,SPACING,FACECOL)

example.m

image thumbnail

updated 6 months ago

Shade area between two curves by John Bockstege

Function shades the area between two vectors. (area, fill, curves)

jbfill.m

image thumbnail

updated 1 year ago

Plot with shadings for e.g. standard error by Fabian Tomaschek

Plot your results including showing also the standard error (standard error, plot, statistics)

plotfill.m

image thumbnail

updated 1 year ago

"Greater Than" Fill by William Hobbs

Fill the areas between two curves that cross at multiple pts, with different colors under each curve (fill, area between curves)

[y1_group,y2_group]=gtfill(x,y1,y2,n,c1,c2)

image thumbnail

updated 1 year ago

fillfigure by Rob Comer

Reset axes position and limits to fill figure. (data exploration, fill, figure)

fillfigure(ax)

image thumbnail

updated 1 year ago

CATPAD by Jonathan Sullivan

Concatenation of arbitrarily sized data along any dimension. (cell, merge, length)

catpad.m

image thumbnail

updated 1 year ago

PADCAT by Jos (10584)

concatenate vectors with different lengths by padding with NaN (v1.2, oct 2011) (matrix, matrices, matrix manipulation)

padcat(varargin)

image thumbnail

updated 1 year ago

applyhatch_plusC by Brian Katz

Modification of APPLYHATCH_PLUS, allowing for color and variable thickness for hatch patterns. (hatch, color, patch)

applyhatch_plusC(h,patterns,patterncolors,colorlist,dpi,hat...

makehatch_plus(hatch,n)

image thumbnail

updated almost 2 years ago

Hatch fill patterns plus Color & Invert by Brandon Levey

Updated code hatch with color and inverted hatches (bar, color, hatch)

applyhatch_pluscolor(h,patterns,CvBW,Hinvert,colorlist, ...

makehatch_plus(hatch,n,m)

image thumbnail

updated 3 years ago

Draw a filled circle by Sadik

Plots a filled circle with given radius, center and color. (fill, filled circle, color fill)

filledCircle(center,r,N,color)

image thumbnail

updated 3 years ago

Shade Anomaly by Alec

The fills in graphs above and below the x-axis different colors. (anomaly, shade, area)

shade_anomaly(x,y,hcolor,lcolor,offset)

image thumbnail

updated 3 years ago

Hatched Fill Patterns by Ben Hinkle

Replace solid colors with patterns. (area, hatch, pattern)

applyhatch(h,patterns,colorlist)

makehatch(hatch)

image thumbnail

updated almost 4 years ago

crosshatch_poly by Matthew Roughan

crosshatch_poly fills a polygon with slanted lines at a specified angle and separation. (hatch, specialized plots, fill)

crosshatch_poly(x, y, lineangle, linegap, varargin)

crosshatch_poly_test.m

image thumbnail

updated almost 5 years ago

FILLZERO (v2.1, may 2008) by Jos (10584)

replaces zeros of an array with preceeding non-zero values (matrices, fill, zero)

fillzero(X, DIM)

image thumbnail

updated 5 years ago

fill2c: a pedestrian area filler by us

fill2c paints areas below/above a threshold with different colors (specialized, plotting, patch)

[p,par]=fill2c(x,y,cn,cp,yoff)

image thumbnail

updated almost 6 years ago

errorshade2 by Vincent Huang

like errorbar, but in 2D and fills an area rather than plotting bars (specialized, plotting, errorbar)

errorshade(x, y, errorx, errory, plot_option, shade_color)

image thumbnail

updated 7 years ago

NONES by Jos (10584)

fill each row/column with a certain number of ones (N-ONES) (matrices, ones, fill)

nones(v)

image thumbnail

updated 7 years ago

fillout by M MA

Fill outside a 2-D polygon (specialized, plotting, fill)

h=fillout(x,y,lims,varargin)

image thumbnail

updated 8 years ago

linpat.m by Stefan Billig

Plots line pattern in rectangular area at different angle, density etc. (plot, line pattern, annotation)

linpat(x,y,varargin)

image thumbnail

updated 9 years ago

xlsfont, xlsalign, xlsborder, xlswordart, xlscomment by Fahad Al Mahmood

5 functions to modify Microsoft Excel cell format & adds comments and WordArt (excel, border, font)

xlsalign(filename,sheetname,varargin)

xlsborder(filename,sheetname,varargin)

xlscomment(filename,sheetname,cell,comment,visible)

image thumbnail

updated almost 11 years ago

hatch.m by Iram Weinstein

Create cross-hatched filled regions. (fill, hatrched, specialized)

hatch(obj,angle,color,style,step,width)

Contact us