Ben Oeveren
VU, Vrije Universiteit Amsterdam
Followers: 0 Following: 0
Statistics
RANK
2,684
of 295,569
REPUTATION
22
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
11
RANK
8,471 of 20,247
REPUTATION
95
AVERAGE RATING
5.00
CONTRIBUTIONS
8 Files
DOWNLOADS
7
ALL TIME DOWNLOADS
851
RANK
of 154,105
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.
8 years ago | 1 download |
Submitted
findintercept(Yin,varargin)
Detects intercept at certain threshold with the input signal based on the given requirements.
8 years ago | 1 download |
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 |
Submitted
areaplot(x,y,threshold)
Filled area plot with based on intersept with threshold
9 years ago | 1 download |
Submitted
concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames
9 years ago | 1 download |
Submitted
fileinfo(fname,field)
Uses dir on cell list to get specified fields
9 years ago | 1 download |