photo

Sourov


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
242,099
of 300,499

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

2 years ago | 0 answers | 0

0

answers

Question


Why this error?

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 0