image thumbnail

updated 11 months ago

fig executes: figure; hold on, box on, grid on, by Brenden Epps

fig executes: figure; hold on, box on, grid on, (figure, grid, box)

fig(H)

image thumbnail

updated 12 months ago

FIG executes: figure; hold on, box on, grid on, by Brenden Epps

FIG executes: figure; hold on, box on, grid on, (box, grid, hold)

fig(H)

image thumbnail

updated 1 year ago

plotboxpos by Kelly Kearney

Returns the position of a plotted axis region (annotation, axis, plotted)

plotboxpos(h)

image thumbnail

updated almost 3 years ago

Nicebox by Ross Hatton

Like BOX, but only draws edges behind the plot. (box, gui, customization)

nicebox(arg1,arg2)

image thumbnail

updated 3 years ago

Ray/box Intersection by Jesús P. Mena-Chalco

Ray/box intersection using Smits' algorithm. The zip file includes one example of intersection. (ray, box, intersection)

rayBoxIntersection(origin, direction, vmin, vmax)

test.m

image thumbnail

updated 4 years ago

image3 by Anders Brun

Renders a 2-D image in 3-D space using a texture mapped rectangle, with several examples of uses. (box, image, texture mapping)

demo

box3(vol, I2X, bbox)

image3(im,ij2xyz,handle)

image thumbnail

updated 5 years ago

Minimal Bounding Box by Johannes Korsawe

Minimal bounding box around points in the (x,y,z) space (bounding, box, cuboid)

minboundbox(x,y,z,metric,level)

plotminbox(cornerpoints,col)

image thumbnail

updated 5 years ago

Overview Plot by Daniel Sternberg

Creates a plot with an overview axes in the figure. (data exploration, box, subplot)

overviewPlot(varargin)

image thumbnail

updated 6 years ago

adjPF by Antonio Trujillo-Ortiz

Adjustment of the F statistic by Epsilon on Repeated Measures ANOVA. (statistics, probability, f adjustment)

adjPF(X,F)

adjPF(X,F)

epsB(X)

image thumbnail

updated 7 years ago

choosebox by Peter Wasmeier

Allows multiple listbox selections in userdefined order by swapping items between two listboxes. (gui tools, example, listbox)

choosebox(varargin)

image thumbnail

updated almost 8 years ago

BullInAChinaShop by Michael Robbins

Please pay attention! This function asks the user to re-type a statement to ensure he is paying atte (gui tools, example, dialog)

BullInAChinaShop(varargin)

image thumbnail

updated almost 8 years ago

SelectDateParameters by Michael Robbins

a GUI for selecting dates (gui tools, example, dialog)

Add2Date(Din,N,Per)

DBASetInitialDates(handles)

GetTimeParameters(handles)

image thumbnail

updated almost 8 years ago

SelectDatesAndSecs by Michael Robbins

a GUI for selecting dates and items (gui tools, example, dialog)

Add2Date(Din,N,Per)

DBASetInitialDates(handles)

GetTimeParameters(handles)

image thumbnail

updated 8 years ago

SelectBox by Michael Robbins

A dialog box for the user to select several items from a list of available items. (gui, popup, gui tools)

AutoHelp(handles)

OKDlgWithListBox(varargin)

SelectBox(varargin)

image thumbnail

updated 8 years ago

drawShadedRectangle by Martyn Dorey

Function creates a shaded rectangle. (customization, bar, shading area)

[hPatch, hLine] =drawShadedRectangle(vecXMinMax,vecYMinMax,...

image thumbnail

updated 8 years ago

Boxpdf, Percentile by Aslak Grinsted

Returns the percentile of each sample in a vector (effectively 'boxing' the pdf). (statistics, probability, percentile)

[boxedX,Bx,By]=boxpdf(X)

image thumbnail

updated 8 years ago

ui_file_list by Avan Suinesiaputra

Creates a flexible file list UI box in a figure window. (gui tools, example, ui)

ui_file_list(varargin)

image thumbnail

updated 9 years ago

smallest_Bounding_Box by Ken Crounse

Rotates an object to fit within the smallest bounding square possible. (data exploration, bounding, box)

smallest_Bounding_Box(v,figQ)

image thumbnail

updated 11 years ago

linewidthdlg.m by Jordan Rosenthal

Dialog box to graphically chose a linewidth. (gui tools, example, line width)

linewidthdlg(action)

Contact us