Community Profile

photo

Ahmad Zul Izzi Fauzi


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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...

9 years ago | 0 answers | 0

0

answers

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(:...

9 years ago | 1 answer | 0

1

answer