In scatter plot showing not enough input argument everytime in matlab R2023a. Why?

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 )

Answers (0)

This question is closed.

Asked:

on 9 Aug 2023

Closed:

on 9 Aug 2023

Community Treasure Hunt

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

Start Hunting!