photo

Wojtek


Chester University

2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

2 질문
1 답변

순위
234,739
of 301,175

평판
0

참여
2 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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

거의 12년 전 | 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...

거의 12년 전 | 답변 수: 1 | 0

1

답변