Community Profile

photo

Wojtek


Chester University

Actif depuis 2014

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

presque 10 ans il y a | 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...

presque 10 ans il y a | 1 réponse | 0

1

réponse