필터 지우기
필터 지우기

How to add data to an existing UITable in app designer?

조회 수: 25 (최근 30일)
piston_pim_offset
piston_pim_offset 2023년 11월 27일
답변: Voss 2023년 11월 27일
Data is loaded to UITable from an Excel file with startupfcn, then some more data is needed to be written to the same UITable. When l try to add more data, the previous data vanishes. l am looking for something like in writematrix('WriteMode','append').

답변 (1개)

Voss
Voss 2023년 11월 27일
old_data = app.UITable.Data;
app.UITable.Data = [old_data; new_data];

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by