How can I fill a uitable with excel data?
3 ビュー (過去 30 日間)
古いコメントを表示
Thanks for read this. Well, I want to read an excel spreadsheet, but I think I should use a uitable because I need to update the columns I want to use to do operations with them. For example, I have an excel spreadsheet with 10 columns, but I don´t know how many columns and what columns will use the user. I have the way to update the size of the table, it means, the number of columns, but I want to fill it with excel data. If there's another way to do what I'm trying to do, please let me know. Thanks again. Pd. I apologize for my english.
0 件のコメント
採用された回答
matlabuser12
2014 年 5 月 6 日
Do you want the excel sheet to be available and then have the user select from it? You can call up the whole sheet within matlab and it will be interactive and selectable. Or you can use this http://www.mathworks.com/help/matlab/ref/readtable.html
If I am understanding what it is you want to do properly.
0 件のコメント
その他の回答 (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!