Why are my group functions missing?

Dear colleagues,
I don't know exactly why, but when i try to use the gscatter function, it simply does not appears in my MATLAB. It says "Undefined function or variable 'gscatter'. Did you mean: >> scatter"
I have absolutely no clue why. It seems that gplot is also missing.
Can i download this function from the website, somehow? I need it with quite some urgency for my thesis, otherwise, i'll be installing SPSS and selling my MATLAB copy.
Best regards,

1 Comment

gplot is in mathematics > Sparse Matrices > ...
gscatter is a part of Statistics and Machine Learning Toolbox

Sign in to comment.

Answers (1)

See if running:
restoredefaultpath
savepath % <— MAY NOT BE NECESSARY
rehash toolboxcache
from the Command Window or a script file fixes the problem. If not, Contact Support.

Categories

Asked:

on 6 Jul 2016

Answered:

on 6 Jul 2016

Community Treasure Hunt

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

Start Hunting!