Error in scatter program

2 ビュー (過去 30 日間)
Shivakumar
Shivakumar 2013 年 8 月 12 日
Hi,
I am trying to plot the x and y variables in 'scatter' mode which is pre-defined in the MATLAB.
This is the error
Undefined function or variable "s".
Error in ==> scatter at 74
if isempty(s), s = 36; end
Can anyone please help me to get solved by this problem.
Thank you
  4 件のコメント
Walter Roberson
Walter Roberson 2013 年 8 月 12 日
That is not the code we need. What we need is the code that you are using to call scatter().
Shivakumar
Shivakumar 2013 年 8 月 12 日
scatter(COEFF) where COEFF is a 2*2 matrix

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2013 年 8 月 13 日
It is not valid to pass only a single argument to scatter(). The minimum you can pass is two arguments, X and Y.

その他の回答 (1 件)

mojtaba najibifar
mojtaba najibifar 2013 年 8 月 12 日
hi can you send to me your code?

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by