Statistiques
All
RANG
85 180
of 301 511
RÉPUTATION
0
CONTRIBUTIONS
0 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
11 218 of 21 308
RÉPUTATION
47
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
424
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Réponse apportée
How to add trendline to scatterplot?
x = [2 1 4 8 4 5] y = [5 4 2 53 21 50] p = polyfit(x, y, 1); px = [min(x) max(x)]; py = polyval(p, px); scatter(x, y, 'fil...
How to add trendline to scatterplot?
x = [2 1 4 8 4 5] y = [5 4 2 53 21 50] p = polyfit(x, y, 1); px = [min(x) max(x)]; py = polyval(p, px); scatter(x, y, 'fil...
environ 2 ans il y a | 0





