Question


index error is appearing for last line
U=zeros(1,2,'sym'); B=zeros(10,'sym'); U(1)=1; U(2)=a; for k=1:10 B(1)=0; for i=1:k B(1)=B(1)+U(i)*U(k-i+...

3 years ago | 1 answer | 0

1

answer

Question


Difference of the two functions
I wrote the text for the two function as : U=zeros(1,2,'sym'); A=zeros(1,2,'sym'); B=zeros(1,2,'sym'); C=zeros(1,2,'sym'); ...

3 years ago | 1 answer | 0

1

answer