Error involving 2018a xlsread

1 view (last 30 days)
David Frew
David Frew on 17 Apr 2018
Commented: Walter Roberson on 19 Apr 2018
I just updated to the new Matlab 2018a and now my xlsread function does not work and this is the error I am receiving. I have two sheets in the Data.xlsx file and want to pull the data from the code given but it gives the shown.
Error using xlsread (line 260) Error registering event(s), Invalid ConnectionPointContainer
Error in lab5 (line 8) drag = xlsread('Data.xlsx',1,'d25:d122');
  5 Comments
David Frew
David Frew on 19 Apr 2018
should I copy this directly into the script? or put the file name into it?
Walter Roberson
Walter Roberson on 19 Apr 2018
You can do those at the command line. They are steps for debugging purposes.

Sign in to comment.

Answers (0)

Categories

Find more on Debugging and Analysis in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!