Feeds
質問
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 ...
約10年 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
11年以上 前 | 0
質問
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...
11年以上 前 | 1 件の回答 | 0
