photo

Sourov


Last seen: 1 year 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


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

1 year 前 | 0 个回答 | 0

0

个回答

提问


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

1 year 前 | 0 个回答 | 0

0

个回答

提问


Why this error?

1 year 前 | 1 个回答 | 0

1

个回答

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

1 year 前 | 0