Community Profile

photo

Toby


Last seen: mehr als ein Jahr vor Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

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

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

etwa 4 Jahre vor | 1 Download |

Gesendet


fig2img
.fig to image conversion

mehr als 4 Jahre vor | 1 Download |

Gesendet


savefigures(varargin)
Save Figures

mehr als 6 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

etwa 7 Jahre vor | 1 Download |

Gesendet


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

etwa 7 Jahre vor | 1 Download |

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 7 Jahre vor

Beantwortet
Matlab jokes or puns
In order to understand recursion, one must first understand recursion.

mehr als 7 Jahre vor | 11

Gesendet


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

mehr als 7 Jahre vor | 1 Download |

Gesendet


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

fast 8 Jahre vor | 3 Downloads |