photo

あいう えお


Last seen: environ un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


データサイエンスを勉強するにあたって、便利な資料などありますか?
MATLABを使った例題などありますでしょうか?

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
swarmchartとboxplotの重ね合わせが上手くいかずエラー
意図したグラフを表示できるコードであるのか、確認してみてください Y = randn(10); y = mean(Y(:,1:2)) x = std(Y(:,1:2)) boxchart(y) hold on swarmchart(x,y)

plus de 2 ans il y a | 0