Drew Compston
Stanford University
Followers: 0 Following: 0
Statistica
RANK
N/A
of 295.448
REPUTAZIONE
N/A
CONTRIBUTI
0 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
752 of 20.227
REPUTAZIONE
2.408
VALUTAZIONE MEDIA
4.20
CONTRIBUTI
7 File
DOWNLOAD
134
ALL TIME DOWNLOAD
21490
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
Two's Complement Binary Strings
Convert between binary fixed point two's complement strings and decimal numbers.
oltre 2 anni fa | 1 download |
Inviato
International Geomagnetic Reference Field (IGRF) Model
Compute the Earth's magnetic field at points in space according to the IGRF model.
quasi 5 anni fa | 68 download |
Inviato
International Reference Ionosphere (IRI) Model
Get the International Reference Ionosphere (IRI) output parameters.
quasi 5 anni fa | 51 download |
Risolto
Ordinal numbers
Given an integer n, return the corresponding ordinal number as a character string. For example, ord(1)='1st' ord(2)=...
oltre 11 anni fa
Risolto
Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...
circa 12 anni fa
Risolto
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]
circa 12 anni fa
Risolto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
circa 12 anni fa
Risolto
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...
circa 12 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 12 anni fa
Risolto
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:...
circa 12 anni fa
Inviato
Recursive HYPOT Function for Multiple Inputs
Extension of the built-in MATLAB function hypot for multiple inputs.
oltre 12 anni fa | 2 download |
Inviato
Jet Variant
Variant of the Jet colormap. It starts at white rather than dark blue.
quasi 13 anni fa | 1 download |