how to align text in a table cell
古いコメントを表示
hay I create a table in a GUI, this table contains data. that aligns the center of cells, so how I want to align text left in the cell
2 件のコメント
Oleg Komarov
2011 年 6 月 1 日
Do you want to align numbers or strings to the left?
Can you provide an example of what you've done?
tou
2011 年 6 月 4 日
回答 (3 件)
Jan
2011 年 6 月 4 日
1 投票
The display of your above text looks very strange in my browser. A picture would be better.
Walter Roberson
2011 年 6 月 1 日
0 投票
Set the format for that column to '%15s' or whatever you want the width to be. Strings which are shorter than that number will be right-padded with spaces.
2 件のコメント
tou
2011 年 6 月 4 日
Walter Roberson
2011 年 6 月 4 日
set(handles.uitable, 'ColumnFormat', {'char',[],[],[]} );
カテゴリ
ヘルプ センター および File Exchange で LaTeX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!