Statistiques
3 Questions
0 Réponses
RANG
107 899
of 301 481
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 298
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 744
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
How can I calculate the iteration using the for loop function and store all iteration outputs in matrix for the big data array? Somebody please help me. Thank you.
load metals X= (tspec)';% size X=16 x 1301 double [m,n] = size(X); mx = mean(X); x = (X-mx(on...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
I got this error message 'Subscripted assignment dimension mismatch'
x=rand(16,1301); y=rand(16,4); k=0:0.01:1; I=eye(size(x'*x)); b=zeros(size(x'*x)); for j=1:length(k) b(:...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
I need to calculate matrix b for each iteration from k value 0 to 1 with the step size of 0.01. How can I calculate the iteration using the for loop function and store all iteration outputs in matrix? Somebody please help me. Thank you.
load acetylene X= [x1,x2,x3]; k =1; I=eye(size(X'*X)); b=((inv(X'*X+k*I))*X')*y; for i=0:0....
presque 11 ans il y a | 2 réponses | 0
