photo

Toby


Last seen: 2 years ago Active since 2016

Followers: 0   Following: 0

Message

Strong technical background comprised of numerical modeling and simulation / analytical methods; software validation and verification / configuration control; data processing and assessment; optimization and reliability.

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Submitted


Fibonacci
Anonymous function to return the desired number(s) of the Fibonacci sequence. Function is zero-based; i.e. fib(0) = 0, fib(1) = ...

4 years ago | 1 download |

Submitted


fig2img
.fig to image conversion

4 years ago | 2 downloads |

Submitted


savefigures(varargin)
Save Figures

7 years ago | 1 download |

Thumbnail

Submitted


dateseries(dateStart,dateEnd,varargin)
% Generates a vector of dates over the interval [dateStart:dateEnd].

7 years ago | 1 download |

Submitted


normalFit(x,varargin)
Performs a chi squared normality test on input sample x.

7 years ago | 1 download |

Submitted


getExcelRange(rowLimits,columnLimits)
Returns input row / column limits as Microsoft Excel range.

8 years ago | 1 download |

Submitted


makeChange(amount,denomination)
Determines combinations of integers (denominations) which sum to a specified integer amount

8 years ago | 3 downloads |