Community Profile

photo

Wojtek


Chester University

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Subscript indices must either be real positive integers or logicals.
Hello. I am trying to write a script which will approximate a integro-differential equation using the general theta method. I ...

8 years ago | 1 answer | 0

1

answer

Answered
Creating a loop for matrix multiplication
Problem solved. I have used this x=length(B); y=x/2; C=[]; for i=1:41 C=[C B(2*i-1:2*i)]; end Thank you a...

10 years ago | 0

Question


Creating a loop for matrix multiplication
Hi. I am trying to create a loop to multiply two matricies 40 times such that A*B0=B1 and A*B1=B2 and so on. So far I have got t...

10 years ago | 1 answer | 0

1

answer