From: nkodeih on 20 Apr 2010 12:52 Hello members, Do you know how i can rotate a slider in GUI from horizontal to vertical and vice versa ? Or i should draw it again and to affect all functions !!! Thanks for your help
From: Matt Fig on 20 Apr 2010 13:29 First do: S = uicontrol('style','slider','pos',[10 10 100 20]); Then do: set(S,'position',[10 10 20 100])
|
Pages: 1 Prev: Parallel Implementation of Code in Matlab Next: Creating a bar graph from an input file |