show table from bottom to top
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
data = 'test.xlsx';
set(handles.uitable1, 'Data', data);
I want in uitable1 the values from excel to be shown from last row to first...can you give me an ideea ?
I have 2015a version.
0 件のコメント
採用された回答
dpb
2022 年 6 月 10 日
data=flipud(data);
first...I'm pretty sure there's no direction flag in the uitable properties like in an axes to reverse the displayed direction.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!