Community Profile

photo

Ben Oeveren


VU, Vrije Universiteit Amsterdam

Last seen: presque 3 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Contact

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
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...

plus de 5 ans il y a | 3

A répondu
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);

plus de 5 ans il y a | 5

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

environ 6 ans il y a | 3

A soumis


fileparts_(fnames)
Modified function fileparts()

presque 8 ans il y a | 1 téléchargement |

A soumis


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

environ 8 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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

environ 8 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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

plus de 8 ans il y a | 1 téléchargement |

A soumis


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

plus de 8 ans il y a | 1 téléchargement |

Thumbnail

A soumis


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

plus de 8 ans il y a | 1 téléchargement |

Thumbnail

A soumis


concatenatestruct(A,B)
Concatenate structs with dissimilar fieldnames

environ 9 ans il y a | 1 téléchargement |

A soumis


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

environ 9 ans il y a | 1 téléchargement |