How to pick specific excel columns in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
I want to be able to pick for example T9:T20 from excel and represent that in matlab then use those values to plot graphs in matlab.
0 件のコメント
回答 (1 件)
Azzi Abdelmalek
2013 年 2 月 18 日
編集済み: Azzi Abdelmalek
2013 年 2 月 18 日
num=xlsread('file.xls','T9:T20')
plot(num)
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!