Statistics
RANK
18,510
of 295,467
REPUTATION
2
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
2
RANK
16,728 of 20,234
REPUTATION
5
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
50
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
distmod(x,n)
Calculate the "distance" (absolute difference) between x and the nearest multiple of the modulus n.
9 years ago | 1 download |
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 ...
9 years ago | 3 answers | 1
3
answersQuestion
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 .* ...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 4 answers | 0
4
answersQuestion
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...
11 years ago | 1 answer | 1
1
answerQuestion
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...
11 years ago | 2 answers | 0