ADD data to a GUI table from text file

sir
i need to add data from text file to GUI table.how can i do this...Please help me out

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 6 月 6 日

0 投票

h = uitable('Position', ....);
TheData = importdata('TheFileName.txt');
set(h, 'Data', num2cell(TheData) );

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

タグ

質問済み:

2012 年 6 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by