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!