MATLAB - 2D Plotting
What will be the output of the following MATLAB code?
x = 1:3;
y = [4 5 6];
scatter(x, y, 100, 'r', 'filled')
x = 1:3;
y = [4 5 6];
scatter(x, y, 100, 'r', 'filled')
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions