Statistiques
2 Questions
0 Réponses
RANG
242 768
of 301 204
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 21 191
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 368
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
Feeds
Question
power of a matrix in vectorizaion
I am trying to vectorize an equation and get rid of for loop. The original equation is: x(k+1) = A * x(k); where K = 3 and A is ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Getting rid of for loop in one-liner code
Lets assume we have an optimization problem like this: x = zeros(1,10); x(1,1) = 2; for k = 1: 9 x(k+1) = 1...
environ 9 ans il y a | 2 réponses | 0
