photo

Ben Oeveren


VU, Vrije Universiteit Amsterdam

Last seen: alrededor de 3 años hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

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

casi 6 años hace | 3

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

casi 6 años hace | 5

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

más de 6 años hace | 3

Enviada


fileparts_(fnames)
Modified function fileparts()

alrededor de 8 años hace | 1 descarga |

Enviada


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

más de 8 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 8 años hace | 1 descarga |

Thumbnail

Enviada


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

más de 8 años hace | 0 descargas |

Enviada


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

más de 8 años hace | 1 descarga |

Thumbnail

Enviada


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

casi 9 años hace | 1 descarga |

Thumbnail

Enviada


concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames

más de 9 años hace | 1 descarga |

Enviada


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

más de 9 años hace | 1 descarga |