photo

Drew Compston


Stanford University

Last seen: más de 1 año hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

Enviada


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

alrededor de 2 años hace | 5 descargas |

Enviada


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

más de 4 años hace | 3 descargas |

Thumbnail

Enviada


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

más de 4 años hace | 59 descargas |

Thumbnail

Enviada


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

más de 4 años hace | 38 descargas |

Thumbnail

Resuelto


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

alrededor de 11 años hace

Resuelto


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

casi 12 años hace

Resuelto


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]

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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...

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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:...

casi 12 años hace

Resuelto


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

casi 12 años hace

Enviada


Fresnel Integral
Compute Fresnel integral.

casi 12 años hace | 4 descargas |

Enviada


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

más de 12 años hace | 2 descargas |

Enviada


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

más de 12 años hace | 1 descarga |

Thumbnail