Attempt to execute SCRIPT scatter as a function: F:\MATLAB\​R2019a\too​lbox\m

2 views (last 30 days)
Hello all,
I keep getting this error message below
Attempt to execute SCRIPT scatter as a function:
F:\MATLAB\R2019a\toolbox\matlab\specgraph\scatter.m
Note: I have checked the "specgraph" folder and delete the "scatter.m" file, but i keep getting the above error message.
Please is there any other means to handle this issue? Thank you

Accepted Answer

Cris LaPierre
Cris LaPierre on 22 Jan 2022
  14 Comments
Walter Roberson
Walter Roberson on 1 Feb 2022
scatter(x,y,z,z, 'filled');
is valid. It would use z as the spot size and also as the color indication.

Sign in to comment.

More Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!