Statistiques
3 Questions
0 Réponses
RANG
273 934
of 301 252
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 207
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 657
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
How to restrict tensorprod (with contraction) to only give certain results?
I have vector of matrices A and a vector of vectors M. I want to do matrix multiplication of matrix in A and corresponding vecto...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
For matrix A you cannot do: A.^2(:)
I have a matrix A=[1 2;3 4]. I want to sum the squares of the elements in the matrix. So I tried sum(A.^2(:)) I cannot do ...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
svd(X,"econ") does not work as expected if X is square nxn matrix with rank<n
If X=[1 1;1 1] then with [U,S,V]=svd(X,"econ") I had expected that U=V=[1;1]/sqrt(2) and S=[2]. But "econ" does not work, S=[2 ...
plus de 3 ans il y a | 3 réponses | 0
