![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7768598.png)
Toby
Followers: 0 Following: 0
Strong technical background comprised of numerical modeling and simulation / analytical methods; software validation and verification / configuration control; data processing and assessment; optimization and reliability.
Statistik
RANG
2.723
of 297.010
REPUTATION
22
BEITRÄGE
0 Fragen
1 Antwort
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
11
RANG
11.110 of 20.418
REPUTATION
45
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
7 Dateien
DOWNLOADS
10
ALL TIME DOWNLOADS
410
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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) = ...
fast 5 Jahre vor | 2 Downloads |
Gesendet
dateseries(dateStart,dateEnd,varargin)
% Generates a vector of dates over the interval [dateStart:dateEnd].
fast 8 Jahre vor | 1 Download |
Gesendet
normalFit(x,varargin)
Performs a chi squared normality test on input sample x.
fast 8 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 8 Jahre vor
Matlab jokes or puns
In order to understand recursion, one must first understand recursion.
mehr als 8 Jahre vor | 11
Gesendet
getExcelRange(rowLimits,columnLimits)
Returns input row / column limits as Microsoft Excel range.
mehr als 8 Jahre vor | 1 Download |
Gesendet
makeChange(amount,denomination)
Determines combinations of integers (denominations) which sum to a specified integer amount
fast 9 Jahre vor | 3 Downloads |