"unable to resolve the name" error while using readmatrix function
显示 更早的评论
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 个评论
Walter Roberson
2021-2-17
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.
采纳的回答
更多回答(2 个)
Paul Ogunniran
2023-6-5
0 个投票
Another likely cause (at least in my case) is that you might have a pathdef.m file in your current path that got saved from the old matlab. In that case you have to overwrite it with paths of the new matlab version (Basically open Paths in the tabs and overwrite the old file)
Scott Milster
2024-2-29
编辑:Scott Milster
2024-2-29
0 个投票
I got a similar error. What finally fixed it is I opened up "Set Path" and reset all the paths to "Default". So far it's found everything now.
类别
在 帮助中心 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!