photo

あいう えお


Last seen: 5 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

1 Question
1 Réponse

RANG
146 100
of 300 338

RÉPUTATION
0

CONTRIBUTIONS
1 Question
1 Réponse

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 149

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

plus de 3 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 3 ans il y a | 0