Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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.

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by