How can I call csv file from script using GUI

Dear all,
Can anybody help me in reading a list of value from CSV file using GUI-GUIDE.
I have a two column having list of values. If i select a row, it should display the values in row-wise.
Kindly respond.

 採用された回答

Image Analyst
Image Analyst 2013 年 11 月 28 日

0 投票

Did you try something like
data = csvread(fullFileName);
?? Then, how do you want to display it? Did you put a table control on the GUI? If so try something like this:
set(handles.table1, 'Data', data');

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

質問済み:

2013 年 11 月 28 日

回答済み:

2013 年 11 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by