Statistik
3 Fragen
0 Antworten
RANG
139.484
of 301.545
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 21.319
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.285
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
