photo

Wojtek


Chester University

Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
234 742
of 301 200

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 339

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 12 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 12 ans il y a | 1 réponse | 0

1

réponse