Statistics
RANK
200,051
of 295,673
REPUTATION
0
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Fast aggregates over overlapping subsets of a vector
I have a long vector of values say x=rand(1e5,1), and a long but shorter cellarray with indices to the elements of x. I just wan...
2 years ago | 1 answer | 0
1
answerQuestion
Faster than pdist for cityblock on integers?
Hi folks, I have very large matrices in the order of 100k+ rows and even more columns containing only 3 possible integer values ...
2 years ago | 1 answer | 0
1
answerQuestion
Fast binary decoding of very large matrix of uint8s
Hi Guys, I will appreciate help on the very fast decoding of uint8s into 4 uint8s corresponding to each 2-bit representation of ...
2 years ago | 2 answers | 0
2
answersQuestion
fast cell2mat with padding or numerical equivalent of pad function that works very fast on cellarray of variable length uint8 vectors
Hi Folks, I have a similar question I already found being asked but I need very fast solution that specifically converts cellar...
2 years ago | 0 answers | 0
0
answersQuestion
How to force textscan to include the custom EOL character
Hi Folks, I am loading multiline chunks of texts from very big files each starting from '@' character into separate cells. Here...
2 years ago | 2 answers | 0
2
answersQuestion
Fastest possible code for AUC between a continuous predictor and a binary target
Hi Folks, I am on the hunt for the fastest possible Matlab code that computes empirical exact Area Under the Receiver/Operator ...
3 years ago | 1 answer | 0
1
answerQuestion
Changing the type of the built-in function output variable
Is it possible to force Matlab to change the type of output variable returned from the built-in function (which I cant control) ...
4 years ago | 2 answers | 0
2
answersQuestion
Fastest match between 2 sequences
Hi All, I am matching many long sequences against each other in a way that the shorter sequence x slides against the longer ref...
4 years ago | 2 answers | 0
2
answersFastest multiple binary search in the same sorted large vector
Thanks Bruno find_idx is the current leader. Jus a remark that I found the matlab internal: matlab.internal.math.discretize(u,v,...
4 years ago | 0
Solved
Find: Faster Alternatives for Large Sorted/Unique Vectors
The Challenge is to create faster Find methods for large unique ascending vectors. Methods exist that are 1000 times faster t...
4 years ago
Question
Fastest multiple binary search in the same sorted large vector
Hi All, I have a challenging problem to find the fastest solution for as it is a big bottleneck in my code right now. Vector v [...
4 years ago | 3 answers | 0
3
answersQuestion
Access to patches to handle transparency of contourf
Hi there, I was trying to access patches that used to be accessible as children of the contourf handle. I wanted this access to ...
4 years ago | 0 answers | 0
0
answersQuestion
Can I generate data visualizations like heatmaps on matlabs' site viewer?
Dear Mathworks, I noticed you have a very neat tool within antena toolbox for signal propagation: site viewer. Actually I only ...
4 years ago | 1 answer | 0