Error Message “‘This package uses the Matlab command xlsread to read from Excel files….” Matlab 6/Matlab 7
Dear all,
when I’m running the file DSGEFig1.m a window pops up, asking for "Specify Excel: Enter the name of the Excel input file". Now the problem is that when I enter the excel file and click OK, I get the following error message:
‘This package uses the Matlab command xlsread to read from Excel files.’,…
‘This command appeared for the first time in Matlab 6. Your version of Matlab is older than version 6.’,…
‘You must modify the file DSGEReadExcel to read in data etc in some other way. Or upgrade Matlab …’
I use the Matlab version 2023b.
I’ve read a previous post that one can try
which -all xlsread
and check for third party toolboxes and support packages. However, when I enter this code line, I get
/Applications/MATLAB_R2023b.app/toolbox/matlab/iofun/xlsread.m
As I see it, third party toolboxes and support packages are not the problem in my case.
I tried to change the code in DSGEReadExcel from xlsread to readtable and readmatrix but I still get the same error message.
Can someone help me and tell me, how I can solve the problem?
Many thanks for your help!Dear all,
when I’m running the file DSGEFig1.m a window pops up, asking for "Specify Excel: Enter the name of the Excel input file". Now the problem is that when I enter the excel file and click OK, I get the following error message:
‘This package uses the Matlab command xlsread to read from Excel files.’,…
‘This command appeared for the first time in Matlab 6. Your version of Matlab is older than version 6.’,…
‘You must modify the file DSGEReadExcel to read in data etc in some other way. Or upgrade Matlab …’
I use the Matlab version 2023b.
I’ve read a previous post that one can try
which -all xlsread
and check for third party toolboxes and support packages. However, when I enter this code line, I get
/Applications/MATLAB_R2023b.app/toolbox/matlab/iofun/xlsread.m
As I see it, third party toolboxes and support packages are not the problem in my case.
I tried to change the code in DSGEReadExcel from xlsread to readtable and readmatrix but I still get the same error message.
Can someone help me and tell me, how I can solve the problem?
Many thanks for your help! Dear all,
when I’m running the file DSGEFig1.m a window pops up, asking for "Specify Excel: Enter the name of the Excel input file". Now the problem is that when I enter the excel file and click OK, I get the following error message:
‘This package uses the Matlab command xlsread to read from Excel files.’,…
‘This command appeared for the first time in Matlab 6. Your version of Matlab is older than version 6.’,…
‘You must modify the file DSGEReadExcel to read in data etc in some other way. Or upgrade Matlab …’
I use the Matlab version 2023b.
I’ve read a previous post that one can try
which -all xlsread
and check for third party toolboxes and support packages. However, when I enter this code line, I get
/Applications/MATLAB_R2023b.app/toolbox/matlab/iofun/xlsread.m
As I see it, third party toolboxes and support packages are not the problem in my case.
I tried to change the code in DSGEReadExcel from xlsread to readtable and readmatrix but I still get the same error message.
Can someone help me and tell me, how I can solve the problem?
Many thanks for your help! matlab6, matlab7, excel, xlsread MATLAB Answers — New Questions