scatter not ploting matrix

2 ビュー (過去 30 日間)
Gabriel Stanley
Gabriel Stanley 2021 年 9 月 15 日
回答済み: Dave B 2021 年 9 月 15 日
So the documentation for scatter explicitly states it can accept matrix inputs for Y, however when I try to do this matlab rejects my input ("Error using scatter (line 78) X and Y must be evctors of the same length.").
Was this functionality introduced after R2019b, is the documentation wrong, or am I reading it wrong? I've repeatedly checked that my data matches in one dimension as noted in the documentation (X is a 1600x1 vector, Y is a 1600x10 matrix), so that's not the problem

採用された回答

Dave B
Dave B 2021 年 9 月 15 日
Yes this functionality was just recently introduced in R2021a
The relevant section from the release notes reads:
Scatter Plots and Constant Lines: Create multiple scatter plots or constant lines at once
  • The scatter, polarscatter, and swarmchart functions now accept the same combinations of matrices and vectors as the plot function does. As a result, you can visualize multiple data sets at once rather using the hold function between plotting commands.

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by