Community Profile

photo

Ben Oeveren


VU, Vrije Universiteit Amsterdam

Last seen: 11 months ago|Active since 2015

Statistics

All
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer

View badges

Content Feed

View by

Answered
How do i label each bar in bar group with a "string" on top?
<> For those still searching for a solution. Based on previous...

3 years ago | 1

Answered
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);

4 years ago | 4

Answered
Reorder table variables / columns
Or you can use: oldvariables = T.Properties.VariableNames; newvariables = {'date','Title','Website'}; [~,LOCB] = ismember...

4年前| 0

Submitted


fileparts_(fnames)
修改函数fileparts ()

6 years ago | 1 download |

Submitted


dirvalid(folder,varargin)
Validates the output of dir, ignores hidden files and provides wished output.

6 years ago | 1 download |

Thumbnail

Submitted


findintercept(Yin,varargin)
Detects intercept at certain threshold with the input signal based on the given requirements.

6 years ago | 1 download |

Thumbnail

Submitted


singleStruct(s)
Concatenates structure with multiple dimension into a single dimension struct.

6 years ago | 0 downloads |

Submitted


fitresult2equation(fitresult)
Make equation from the fitresult given by the function fit()

6 years ago | 1 download |

Thumbnail

Submitted


areaplot(x,y,threshold)
Filled area plot with based on intersept with threshold

7 years ago | 1 download |

Thumbnail

Submitted


concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames

7 years ago | 1 download |

Submitted


fileinfo(fname,field)
Uses dir on cell list to get specified fields

7 years ago | 1 download |