Community Profile

photo

Drew Compston


Stanford University

Last seen: 대략 1년 전 2012년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

제출됨


Two's Complement Binary Strings
Convert between binary fixed point two's complement strings and decimal numbers.

거의 2년 전 | 다운로드 수: 3 |

제출됨


MSIS-E-00
NRL MSIS-E-00 atmosphere model.

4년 초과 전 | 다운로드 수: 8 |

Thumbnail

제출됨


International Geomagnetic Reference Field (IGRF) Model
Compute the Earth's magnetic field at points in space according to the IGRF model.

4년 초과 전 | 다운로드 수: 81 |

Thumbnail

제출됨


International Reference Ionosphere (IRI) Model
Get the International Reference Ionosphere (IRI) output parameters.

4년 초과 전 | 다운로드 수: 68 |

Thumbnail

문제를 풀었습니다


Ordinal numbers
Given an integer n, return the corresponding ordinal number as a character string. For example, ord(1)='1st' ord(2)=...

거의 11년 전

문제를 풀었습니다


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

11년 초과 전

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

11년 초과 전

문제를 풀었습니다


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

11년 초과 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

11년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

11년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11년 초과 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

11년 초과 전

제출됨


Fresnel Integral
Compute Fresnel integral.

11년 초과 전 | 다운로드 수: 4 |

제출됨


Recursive HYPOT Function for Multiple Inputs
Extension of the built-in MATLAB function hypot for multiple inputs.

대략 12년 전 | 다운로드 수: 1 |

제출됨


Jet Variant
Variant of the Jet colormap. It starts at white rather than dark blue.

대략 12년 전 | 다운로드 수: 2 |

Thumbnail