git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9e39a52
Branches
Tags
master
SVMCrossVal.git
private
createTextField.m
first eventually working study switch functionality
Christoph Budziszewski
commited
9e39a52
at 2009-07-29 15:51:21
createTextField.m
Blame
History
Raw
function txt = createTextField(parent,pos,string) % textfieldcolor = [0.9 0.9 0.0]; textfieldcolor = 'w'; txt = uicontrol(parent,'Style','edit','Units','normalized','String',string,'Position',pos); set(txt,'BackgroundColor',textfieldcolor); end