How to solve the problem when workplace variable cannot show?

3 次查看(过去 30 天)
My Matlab doesn't display variables anymore, it shows
"An unexpected error has occured:
Error using arrayviewfunc(line 81)
Unknown command option GETUNSUPPORTEDSTRING"
every time I double click on a variable name and want to see how it like. Does anyone know how to fix it?
PS.
I can display it by typing in the command window without ";", but I want to display it in table which is more easier.
I have tried uninstalling and reinstalling. I was on version 2020a when the problem first appeared, then I uninstalled and reinstalled all of Matlab and now on version 2020b. But still can't display the variables.
Any help would be appreciated. Thank you!

采纳的回答

Sunand Agarwal
Sunand Agarwal 2021-2-23
Hello,
The issue seems to be due to the shadowing of the 'arrayviewfunc' function in MATLAB.
Please check the output of the following command on the MATLAB command line:
>> which arrayviewfunc -all
If there is a shadowed file, please rename or remove the shadowing file from the MATLAB path.
Alternatively, you may refer to the following link for restoring the default path:
Hope this helps.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by