Xlsread command in Matlab
Show older comments
How Can I extract each columns with the xlsread command.
for i1 = 2:n1+1
matrix = xlsread();
end
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!