Community Profile

photo

Hosein Jeddi


Last seen: 거의 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


The size of the indicated variable or array appears to be changing with each loop iteration. Commonly, this message appears because an array is growing by assignment or concat
clc clear h = 1; r = 0:h:20; z = 0:h:20; [rgrid,zgrid] = meshgrid(r,z); zgrid = flip(zgrid); b1=[]; for i=1:s...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Subscripted assignment dimension mismatch.
hello a=[0 1;0 0]; b=[0;1]; q1=10; q2=1; r=1; N=3; S(3)=1; Q=[q1 q2;q2 q1]; for k=2:-1:0 K(k,:)=inv((b'*S(k+1)*b...

대략 3년 전 | 답변 수: 1 | 0

1

답변