Reading several cell (not in range) from a Excel file
Show older comments
Dear all, I'm looking to read a serval cell not in range for example A1, A3 and A50 It work for a cell:
X1 = 1;
Val_X1 = ['A' num2str(X1) ':' 'A' num2str(X1)];
Y1 = xlsread('D:\file_1.xlsx',Val_X1)
Please how i make it work for a vector X1 =[1 3 50] ???
3 Comments
Image Analyst
on 11 Jul 2016
Google's definition of serval is "a slender African wildcat with long legs, large ears, and a black-spotted orange-brown coat."
What is your definition?
judy abbott
on 11 Jul 2016
Image Analyst
on 11 Jul 2016
But what about my Answer below???
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!