Community Profile

photo

Sourov


Last seen: 8 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

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

9 mois il y a | 1 réponse | 0

0

réponse

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

9 mois il y a | 1 réponse | 0

0

réponse

Question


Why this error?

9 mois il y a | 1 réponse | 0

1

réponse

A répondu
Scatter plot undefined variable
Not any kinds of 2d scatter plot are functioning in Matlab R2023a. Why?

9 mois il y a | 0