Clear Filters
Clear Filters

create a table with correct position

3 views (last 30 days)
ladan hz
ladan hz on 25 Sep 2017
Edited: Stephen23 on 25 Sep 2017
i have a table with 8 columns and 2 rows and i use 'uitable' to draw it but its not in all screen ,i dont want use the scroll at the bottom ,how can i make it in all screen i mean big enough for view
% rownames={'stance_phaseL','swing_phaseL','step_durationL','stance_phaseR','swing_phaseR','step_durationR','double_support1','double_support2'}
%T=uitable([stance_phaseL,swing_phaseL,step_durationL,stance_phaseR,swing_phaseR,step_durationR,double_support1,double_support2],rownames);
thanks in advance

Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!