Statistiques
RANG
18 510
of 295 448
RÉPUTATION
2
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
2
RANG
16 726 of 20 227
RÉPUTATION
5
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
1
ALL TIME TÉLÉCHARGEMENTS
50
RANG
of 153 872
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
A soumis
distmod(x,n)
Calculate the "distance" (absolute difference) between x and the nearest multiple of the modulus n.
environ 9 ans il y a | 1 téléchargement |
Question
Quick way to sum array elements based on flag in another array?
Say I have 2 arrays: one with "clean" data, and one that tells me which data gets lost, as indicated by zeros. If an element is ...
plus de 9 ans il y a | 3 réponses | 1
3
réponsesQuestion
Is element-wise multiplication or element-wise squaring faster?
I have a matrix A for which I need its individual elements squared. Which of the following is faster? % This... >> B = A .* ...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Can arrayfun take multi-dimensional arrays as individual arguments?
% I have a function that takes three arguments, one of which is a vector: [output] = function myfun(x,y,[z1 z2]) % I h...
plus de 11 ans il y a | 4 réponses | 0
4
réponsesQuestion
How can I use "symbfact" to speed up several consecutive Cholesky factorizations?
Hi all, I just came across the "symbfact" command. It seems powerful, but I'm wondering exactly how take advantage of it. I n...
plus de 11 ans il y a | 1 réponse | 1
1
réponseQuestion
Why is the inverse of a symmetric matrix not symmetric?!
Hi all, As far as I know, the inverse of symmetric matrix is always symmetric. However, I have a symmetric covariance matrix, c...
plus de 11 ans il y a | 2 réponses | 0