![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5568275_1522109241199_DEF.jpg)
Ben Oeveren
VU, Vrije Universiteit Amsterdam
Followers: 0 Following: 0
Statistics
RANK
2,707
of 297,046
REPUTATION
22
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
11
RANK
8,497 of 20,422
REPUTATION
95
AVERAGE RATING
5.00
CONTRIBUTIONS
8 Files
DOWNLOADS
7
ALL TIME DOWNLOADS
853
RANK
of 157,776
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
How do i label each bar in bar group with a "string" on top?
<</matlabcentral/answers/uploaded_files/132189/tempbarplot.jpg>> For those still searching for a solution. Based on previous...
6 years ago | 3
How to create an empty struc with fields of a given struct?
I often use fields = {'field1','field2','field2'} c = cell(length(fields),1); s = cell2struct(c,fields);
6 years ago | 5
Reorder table variables / columns
Or you can use: oldvariables = T.Properties.VariableNames; newvariables = {'date','Title','Website'}; [~,LOCB] = ismember...
7 years ago | 3
Submitted
dirvalid(folder,varargin)
Validates the output of dir, ignores hidden files and provides wished output.
9 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/56578/versions/1/screenshot.png)
Submitted
findintercept(Yin,varargin)
Detects intercept at certain threshold with the input signal based on the given requirements.
9 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/53069/versions/5/screenshot.png)
Submitted
singleStruct(s)
Concatenates structure with multiple dimension into a single dimension struct.
9 years ago | 0 downloads |
Submitted
fitresult2equation(fitresult)
Make equation from the fitresult given by the function fit()
9 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/53979/versions/1/screenshot.png)
Submitted
areaplot(x,y,threshold)
Filled area plot with based on intersept with threshold
9 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/52396/versions/6/screenshot.jpg)
Submitted
concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames
10 years ago | 1 download |
Submitted
fileinfo(fname,field)
Uses dir on cell list to get specified fields
10 years ago | 1 download |