
Toby
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
RANG
2.209
of 276.003
REPUTATION
22
BEITRÄGE
0 Fragen
1 Antwort
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
11
RANG
10.723 of 18.586
REPUTATION
43
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
7 Dateien
DOWNLOADS
11
ALL TIME DOWNLOADS
387
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
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 3 Jahre vor | 1 Download |
Gesendet
dateseries(dateStart,dateEnd,varargin)
% Generates a vector of dates over the interval [dateStart:dateEnd].
etwa 6 Jahre vor | 1 Download |
Gesendet
normalFit(x,varargin)
Performs a chi squared normality test on input sample x.
etwa 6 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 6 Jahre vor
Matlab jokes or puns
In order to understand recursion, one must first understand recursion.
mehr als 6 Jahre vor | 11
Gesendet
getExcelRange(rowLimits,columnLimits)
Returns input row / column limits as Microsoft Excel range.
mehr als 6 Jahre vor | 2 Downloads |
Gesendet
makeChange(amount,denomination)
Determines combinations of integers (denominations) which sum to a specified integer amount
fast 7 Jahre vor | 1 Download |