Sourov
Followers: 0 Following: 0
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
个回答已回答
Scatter plot undefined variable
Not any kinds of 2d scatter plot are functioning in Matlab R2023a. Why?
Scatter plot undefined variable
Not any kinds of 2d scatter plot are functioning in Matlab R2023a. Why?
1 year 前 | 0