photo

Jonny Little


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
292 440
of 301 726

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 402

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 285

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

Afficher les badges

Feeds

Afficher par

1

réponse

Question


Hi, i want to run this for loop data, data1, data2 arrays and have the variables R2 and R2_adj to be saved for every iteration. Ive had a lot of trouble with this and any help would be appreciated.
mpg = importdata('carmpgdat.txt', '\t', 1); VOL = mpg.data(:, 1); HP = mpg.data(:, 2); MPG = mpg.data(:, 3); S...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Hi, i have this error when running my regression programme: Error using - Matrix dimensions must agree. Error in mpg_regression (line 55) X21 = X11-mean(X11); My arrays are all 1x82 (i checked using disp(size())). Any help would be appreciated.
mpg = importdata('carmpgdat.txt', '\t', 1); VOL = mpg.data(:, 1); HP = mpg.data(:, 2); MPG = mpg.data(:, 3); SP = mp...

plus de 9 ans il y a | 1 réponse | 0

1

réponse