How can I use xlsread with changing indices?
Show older comments
Hello, I would like to read just some cells from my Excel document doing something like this:
for i=1:7:22
j=mod(i,7);
x(j,:)=xlsread('filename','Ai:Ai')
end
In order to have inside the vector x the following elements: x=[A1 A8 A15 A22]. How can I do this? Thank you for the help and don't esitate to ask if I have been not so clear.
Accepted Answer
More Answers (0)
Categories
Find more on Use COM Objects in MATLAB 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!