Community Profile

photo

Abigail Osborne


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Displaying for loop iterations as a matrix
for R=0.6:0.05:0.95; A=[(1.5*R-1.59), 0.5*R, 0; 0.5, -21.75, 0; 0, 0, 0]; B=[-0.7; -38; 0]; a=Guass(A,B); Ci= a(2,2)...

5 years ago | 1 answer | 0

1

answer

Question


Guassian Function, for loop only runs once???
a=[A,B]; for i=1:4; a(2,i)=a(2,i)-(a(2,1)/a(1,1)).*a(1,i) end This is one of my first lines in my function but I do ...

5 years ago | 1 answer | 0

1

answer