Statistiques
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
Feeds
Question
Hi, i would like to run the data sets: data,data1 and data2 through this for loop. It seems to be looping 11 times for the 11 parts of the data set instead of 3 for the for 3 data matrices and as a result giving wrong values. my for loop incorrect?
const = ones(82,1); data = [const VOL HP SP WT]; data1 = [const HP WT]; data2 = [const SP WT]; i = 1; for k...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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éponseQuestion
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
