photo

Sourov


Last seen: 11 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


Showing not enough input arguments for scatter plot everytime in matlab R2023a. Why?
clc; clear all; close all; x=[1 2 3 4 5]; y=exp(x); scatter(x,y); ( Error using scatter Not enough input arguments. ) ...

12 months ago | 0 answers | 0

0

answers

Question


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 s...

12 months ago | 0 answers | 0

0

answers

Question


Why this error?

12 months ago | 1 answer | 0

1

answer

Answered
Scatter plot undefined variable
Not any kinds of 2d scatter plot are functioning in Matlab R2023a. Why?

12 months ago | 0