show table from bottom to top

조회 수: 5 (최근 30일)
Cristian Martin
Cristian Martin 2022년 6월 10일
댓글: Cristian Martin 2022년 6월 10일
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.

채택된 답변

dpb
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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품


릴리스

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by