Community Profile

photo

Ben Oeveren


VU, Vrije Universiteit Amsterdam

Last seen: quasi 3 anni fa Attivo dal 2015

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Risposto
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...

oltre 5 anni fa | 3

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

oltre 5 anni fa | 5

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

circa 6 anni fa | 3

Inviato


fileparts_(fnames)
Modified function fileparts()

quasi 8 anni fa | 1 download |

Inviato


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

circa 8 anni fa | 1 download |

Thumbnail

Inviato


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

circa 8 anni fa | 1 download |

Thumbnail

Inviato


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

oltre 8 anni fa | 0 download |

Inviato


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

oltre 8 anni fa | 3 download |

Thumbnail

Inviato


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

oltre 8 anni fa | 1 download |

Thumbnail

Inviato


concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames

quasi 9 anni fa | 1 download |

Inviato


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

quasi 9 anni fa | 1 download |