Statistiques
RANG
12 506
of 295 527
RÉPUTATION
3
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
3
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
Performance decrease accessing elements >4-D matrix
*Introduction* I have an algorithm that loops billions (trillions) of times and manipulates a matrix stored in 7 dimensions [...
plus de 10 ans il y a | 2 réponses | 1
2
réponsesQuestion
Calculating means in large matrix using logical indexing
Hi there, I have a large data matrix in which I want to calculate the average of elements satisfying certain conditions. The ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseSpeed optimization of partial inner product (norm)
My results show that the first is actually faster: n = 10000; P1 = rand(1,n); tic A1 = sqrt(sum(P1.^2)); to...
plus de 10 ans il y a | 0
Question
atand(x) very much slower than atan(x)!?
Today I used atand(x) and atan(x). To my great surprise atand(x) was not just a little bit slower than atan(x) but is incredibly...
plus de 11 ans il y a | 2 réponses | 2