photo

Ahmad Zul Izzi Fauzi


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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éponse

Question


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éponse

2

réponses