Info
This question is closed. Reopen it to edit or answer.
In scatter plot showing not enough input argument everytime in matlab R2023a. Why?
1 view (last 30 days)
Show older comments
x=[1 2 3 4 5];
y=exp(x);
scatter(x,y);
( showing not enough input arguments. But same code running in online and others software )
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!