Code covered by the BSD License  

Highlights from
Brick Toolbox

image thumbnail
from Brick Toolbox by Thomas Deneux
The Brick Toolbox is a set of utility functions for Matlab.

help_fn_menu.m
%% fn_menu

%% Syntax
%  m = fn_menu(fig,'h'|'v',title,width,height,'FramePropertyName',FramePropertyValue,...)
%  u = fn_menu(m,'add','UIControlPropertyName',UIControlPropertyValue,...)
%  fn_menu(m,'redraw')

%% Description
%  creates a frame uicontrol and provides facilities to put new uicontrols
%  inside

%% Source
% Thomas Deneux
%
% Copyright 2006-2012
%

Contact us