git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9e39a52
Branches
Tags
master
SVMCrossVal.git
private
createLabel.m
first eventually working study switch functionality
Christoph Budziszewski
commited
9e39a52
at 2009-07-29 15:51:21
createLabel.m
Blame
History
Raw
function label = createLabel(parent, pos, labelText) label = uicontrol(parent,'Style','text','Units','normalized','String',labelText,'Position',pos); set(label,'HorizontalAlignment','left'); set(label,'BackgroundColor','w'); end