Why do I receive the error "execution of script get as a function is not supported"?

4 views (last 30 days)
I am running into the issue with a bigger script, but my imshow function doesn't seem to be working properly even after uninstalling and re-installing multiple times. I tried to resolve the error by going into the imshow function and changing 'get' to 'getElement' because there were multiple 'get' scripts, and the script itself says it is an alias for 'getElement'. However, this does not fix the problem even though there is only one 'getElement' function. Am I overlooking something? What is happening? Edit: I am also seeing this error with other functions being recognized as scripts instead of functions. Using 'clear all' returns the same error message for 'clear', and several situations comeback with the same message for 'findall' function.
  3 Comments
Heaven Head
Heaven Head on 17 May 2022
Yes, but I don't think this is the problem because I am reaching the same error with 'getElement' and there is for sure only 1 of those
Rik
Rik on 18 May 2022
Did you try removing that from the path? It is not a good idea to shadow such an important function.

Sign in to comment.

Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!