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.
Feeds
제출됨
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년 초과 전 | 다운로드 수: 1 |
제출됨
dateseries(dateStart,dateEnd,varargin)
% Generates a vector of dates over the interval [dateStart:dateEnd].
7년 초과 전 | 다운로드 수: 1 |
제출됨
normalFit(x,varargin)
Performs a chi squared normality test on input sample x.
7년 초과 전 | 다운로드 수: 1 |
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
대략 8년 전
답변 있음
Matlab jokes or puns
In order to understand recursion, one must first understand recursion.
Matlab jokes or puns
In order to understand recursion, one must first understand recursion.
대략 8년 전 | 11
제출됨
getExcelRange(rowLimits,columnLimits)
Returns input row / column limits as Microsoft Excel range.
대략 8년 전 | 다운로드 수: 1 |
제출됨
makeChange(amount,denomination)
Determines combinations of integers (denominations) which sum to a specified integer amount
8년 초과 전 | 다운로드 수: 3 |