Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Showing not enough input arguments for scatter plot everytime in matlab R2023a. Why?

1 Ansicht (letzte 30 Tage)
Sourov
Sourov am 9 Aug. 2023
Geschlossen: Steven Lord am 9 Aug. 2023
clc;
clear all;
close all;
x=[1 2 3 4 5];
y=exp(x);
scatter(x,y);
( Error using scatter
Not enough input arguments. )
But working in online, others ID and software.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by