Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by