Dot indexing is not supported for variables of this type: Error message after Matlab startup.

1 view (last 30 days)
I am recieving error message:
Dot indexing is not supported for variables of this type.
Error in rmiml.getAll
and
Error in matlab.internal.codingui.warmupProgrammingAids
straight after start up..
When I try to run imshow() the same error appers again and no figure is generated.
Dot indexing is not supported for variables of this type.
Error in imshow (line 269)
style = s.matlab.imshow.InitialMagnificationStyle.ActiveValue;
Now I use Matlab 2020a but I had the same problem with Matlab 2017. But 2017 worked well some time ago...
  8 Comments
Jakub Jon
Jakub Jon on 16 Jul 2020
ok output is:
>> which -all isrow
built-in (C:\Program Files\MATLAB\R2017b\toolbox\matlab\elmat\isrow)
isrow is a built-in method % string method
C:\Program Files\MATLAB\R2017b\toolbox\matlab\datatypes\@categorical\isrow.m % categorical method
C:\Program Files\MATLAB\R2017b\toolbox\matlab\bigdata\@tall\isrow.m % tall method
is there anything I can do?

Sign in to comment.

Accepted Answer

Jakub Jon
Jakub Jon on 20 Jul 2020
RESOLVED
root cause similar to this:
current folder contained my own .m file called settings..

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!