image thumbnail

updated 2 months ago

GUI Layout Toolbox by Ben Tordoff

Layout management objects for MATLAB GUIs (gui, boxlayout, pick of the week)

callbackexample()

demoBrowser()

displayEndOfDemoMessage(filename)

image thumbnail

updated 1 year ago

winpos by Deborah

positions figure windows according to input string (figure, window, position)

winpos(pos,hfig)

image thumbnail

updated 1 year ago

GridLayout by Mihail Petrov

An intuitive and flexible layout manager (gui, graphical user interf..., layout)

GetArg(S, Name, Default)

GridLayoutDemo1()

GridLayoutDemo2()

image thumbnail

updated 3 years ago

Example - Dynamic GUI Layout by Jiro Doke

This example shows how you can build a GUI with dynamic UI component positioning (gui, dynamic, gui tools)

myGUI

image thumbnail

updated 3 years ago

GridBagLayout by Jason

A MATLAB class which controls layout and resize of a figure/uipanel/uicontainer. (potw, position, graphical user interf...)

Using the layout.GridBagLayout object.

layout.AbstractLayout

layout.GridBagConstraints

image thumbnail

updated almost 4 years ago

MATLAB GraphViz Layout importer by Bjorn Wielens

GraphViz DOT file importer. Features include colours (HTML/X11/RGB/HSV), shapes, line styles etc. (plot, edge, data import)

[textObj,patchObj,nodeNames,adjacent]=drawDot(dotFile,surfa...

image thumbnail

updated 4 years ago

Graph package by Kyaw Tun

Graph package for molecular biologist (all pair shortest pat..., plotting, graph algorithm)

graph(varargin)

image thumbnail

updated 4 years ago

MatlabBGL by David Gleich

MatlabBGL provides robust and efficient graph algorithms for Matlab using native data structures. (bfs, dfs, a star)

A=erdos_reyni(n,p)

[d pred f]=astar_search(A,s,h,varargin)

[is_planar ksubgraph EI]=boyer_myrvold_planarity_test(A,var...

image thumbnail

updated almost 7 years ago

JISUBPLOT + NEXTPLOT: enhanced replacement for subplot by John Iversen

Automatically create complex subplot layouts (annotation, customization, subplot)

currentplotis(test);

getparam(param, paramlist, n, varargin)

isparam(param, paramlist)

image thumbnail

updated 8 years ago

MATLAB - GraphViz interface by Leon Peshkin

Interface GraphViz graph layout and MATLAB user interface power. (plot, layout, graphviz)

dot_to_graph(filename)

draw_dot(adj, labels);

graph_draw(adj, varargin)

image thumbnail

updated 10 years ago

combplot by Toby Driscoll

Copies axes from existing figures into a single new figure window. (annotation, customization, figures)

combplot(figs,layout)

image thumbnail

updated 14 years ago

pplot by Joachim Johansson

PPLOT is a graphical plot layout and design tool (annotation, customization, graphic)

arrow.m

ddeconv.m

pplot.m

Contact us