Tamir Eisenstein
Followers: 0 Following: 0
Statistics
RANK
28,914
of 295,467
REPUTATION
1
CONTRIBUTIONS
12 Questions
4 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
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
Question
Repeated sequence of numbers in a vector
Dear MATLAB experts, I was wondering how can I count the number of times a sepcific sequence of numbers apears in a vector. In ...
3 years ago | 1 answer | 0
1
answerQuestion
Pairwise correlation between time-series
Hi MATLAB experts, I have a 4D file of fMRI time-series data and a binarized file in the same dimensions covering several areas...
4 years ago | 1 answer | 0
1
answerQuestion
NaNing correlation matrix values based on variable name
Hi MATLAB experts, how can I set matrix values to NaN based on their variable name? For example, I have a correlation matrix, ...
4 years ago | 0 answers | 0
0
answersQuestion
Binarize a metrix with some threshold
Hi Matlab experts, How can I binarize a matrix according to a certain threshold? for exapmle the highest 400 values or the high...
4 years ago | 2 answers | 0
2
answersQuestion
mode point of a polynomial fit of histogram
Dear MATLAB experts, I have a vector (1x18864) which I generated a histogram to, using the histogram(variable,nbins) function. ...
5 years ago | 1 answer | 0
1
answerQuestion
Histogram of a 3D nifti MRI volume
Dear MATLAB experts, I have a niftiy type 3D MRI volume and I would like to generate a histogram of the intensities in the volu...
5 years ago | 0 answers | 0
0
answersQuestion
Error creating main figure: No image handle provided..
Hi Matlab experts, I've been getting this message when trying to run a software gui. I didn't get this error notification befo...
5 years ago | 0 answers | 0
0
answersQuestion
Error while using a GUI
Hi MATLAB experts, I've been getting these errors notifications when trying using a toolbox GUI (the m.file is attached): >> M...
5 years ago | 1 answer | 0
1
answerQuestion
Apply an element-wise calculation of an equation to a matrix
Hi MATLAB experts, How should I express the following formulas in order to apply each one to each element in a 3D matrix: 1) l...
5 years ago | 3 answers | 0
3
answersQuestion
spearman correlation in bootstrap function
Hi Matlab experts, How can I implement a spearman correlation in the bootstrp function: bootstat = bootstrp(1000,@corr,a,b)...
5 years ago | 1 answer | 0
1
answerHow to generate all pairwise differences between two vectors
Hi Andrei, I have a small follow-up question: How can I generate each difference value in "out" to be a percentage from b [i.e ...
6 years ago | 0
Question
Kernel density estimation plot with median and quartiles
Hi, I used this to generate a kernel density estimation plot: [f,xi] = ksdensity(myvector); figure plot(xi,f); How can I i...
6 years ago | 2 answers | 0
2
answersHow to generate all pairwise differences between two vectors
Thanks Andrei!
6 years ago | 0
Question
How to generate all pairwise differences between two vectors
Hi, how can I generate a new vector of all the pairwise differences between two existing vectors? thanks, Tamir
6 years ago | 4 answers | 1