Community Profile

photo

Ben Oeveren


VU, Vrije Universiteit Amsterdam

Last seen: fast 3 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 5 Jahre vor | 3

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

mehr als 5 Jahre vor | 5

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

etwa 6 Jahre vor | 3

Gesendet


fileparts_(fnames)
Modified function fileparts()

fast 8 Jahre vor | 1 Download |

Gesendet


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

etwa 8 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 8 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

mehr als 8 Jahre vor | 0 Downloads |

Gesendet


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

mehr als 8 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

mehr als 8 Jahre vor | 1 Download |

Thumbnail

Gesendet


concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames

etwa 9 Jahre vor | 1 Download |

Gesendet


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

etwa 9 Jahre vor | 1 Download |