problem with xlsread detecting file but not reading.

year = xlsread('C:\MAT451\Population.xlsx','A9:A35')
pop = xlsread('C:\MAT451\Population.xlsx','E9:E35')
Are not working, pulling no data from the attached xlsx file.

 Accepted Answer

year = xlsread('C:\MAT451\Population.xlsx', 'Data for graphs', 'A9:A35');
pop = xlsread('C:\MAT451\Population.xlsx', 'Data for graphs', 'E9:E35');

More Answers (0)

Categories

Find more on Networks in Help Center and File Exchange

Products

Release

R2018b

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!