Why this error?

3 vues (au cours des 30 derniers jours)
Sourov
Sourov le 9 Août 2023
Réponse apportée : Udit06 le 23 Août 2023
  9 commentaires
Sourov
Sourov le 9 Août 2023
dpb
dpb le 9 Août 2023
That shouldn't be.
Restart your matlab session and try
x=[1:5];
y=rand(size(x));
scatter(x,y)
directly from the command line.
If that doesn't work, there's something bad with the installation.

Connectez-vous pour commenter.

Réponses (1)

Udit06
Udit06 le 23 Août 2023
Hi Sourov,
Since you have already verified that you have not accidently overwritten the built-in scatter function using which scatter -all scatter command, you can try out the following two approaches to solve the problem you are facing.
  1. Rehashing the toolbox cache
Your MATLAB environment might not be finding the correct built-in scatter function. You can use the following command to rehash the toolbox cache.
rehash toolboxcache
2. If the problem persists, and you have already tried restarting your MATLAB session, as suggested earlier in the comments, there might be something bad with the installation. You can try reinstalling MATLAB.
I hope this helps.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by