"unable to resolve the name" error while using readmatrix function
35 views (last 30 days)
Show older comments
Sharare
on 11 Feb 2021
Commented: Walter Roberson
on 17 Feb 2021
Hi,
I've got this error message while running a program in MATLAB 2020b:
Error using readmatrix: Unable to resolve the name matlab.io.internal.functions.FunctionStore.getFunctionByName.
Previously in 2020a version I had no problem using the program with readmatrix...
I appreciate any idea why it is happening.
1 Comment
Walter Roberson
on 17 Feb 2021
What shows up for
ls(fullfile(matlabroot, 'toolbox/shared/io/general/+matlab/+io/+internal/+functions/FunctionStore.m'))
If it says the directory does not exist then you have a corrupted version of MATLAB for sure. The directory should have 11 files in in R2020b.
Accepted Answer
Sourabh Kondapaka
on 17 Feb 2021
It could be because some file in your current working directory or MATLAB search path is conflicting with MATLABs inbuilt files. Check if you have a file named “readmatrix.m” in your current working directory or in your MATLAB search path.
1 Comment
Walter Roberson
on 17 Feb 2021
That particular error message would not show up if the user had their own readmatrix; that is an accurate copy of the name of nearly the only function called by readmatrix.m in R2020b
More Answers (0)
See Also
Categories
Find more on Standard File Formats 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!