Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Showing not enough input arguments for scatter plot everytime in matlab R2023a. Why?

1 view (last 30 days)
clc;
clear all;
close all;
x=[1 2 3 4 5];
y=exp(x);
scatter(x,y);
( Error using scatter
Not enough input arguments. )
But working in online, others ID and software.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!