photo

Justin Spinner


University of Missouri, Columbia

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

All
File Exchange

7 File

Cody

0 Problemi
73 Soluzioni

RANK
N/A
of 301.433

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
7.216 of 21.272

REPUTAZIONE
143

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
7 File

DOWNLOAD
17

ALL TIME DOWNLOAD
1385

RANK
9.548
of 174.520

CONTRIBUTI
0 Problemi
73 Soluzioni

PUNTEGGIO
730

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • CUP Challenge Master
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


multiplyLargeNumbers( intAstr,intBstr )
multiply extremely large numbers

circa 10 anni fa | 2 download |

0.0 / 5
Thumbnail

Inviato


subtractLargeNumbers( numberA,numberB )
Subtract Extremely Large Numbers

circa 10 anni fa | 2 download |

0.0 / 5
Thumbnail

Inviato


RandomPhotonWalk(Nsteps,mua)
Monte Carlo Simulation of photon propagating in 3-D space

oltre 10 anni fa | 8 download |

5.0 / 5
Thumbnail

Inviato


RGBHistogram(pathName)
Histogram of RGB images

quasi 11 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


DiffuseReflectance(mua,rmus,r)
Find Diffuse Reflectance of photons from within tissue layer

quasi 11 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


laserHeatTissue(Tf,Fo,r)
Calculate the time required to heat tissue with incident laser power

quasi 11 anni fa | 1 download |

0.0 / 5

Inviato


addLargeNumbers(intAstr,intBstr)
add two very large numbers while maintaining all digits

quasi 11 anni fa | 2 download |

0.0 / 5
Thumbnail

Risolto


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

quasi 11 anni fa

Risolto


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

quasi 11 anni fa

Risolto


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

quasi 11 anni fa

Risolto


Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime nu...

quasi 11 anni fa

Risolto


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

quasi 11 anni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

quasi 11 anni fa

Risolto


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

quasi 11 anni fa

Risolto


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

quasi 11 anni fa

Risolto


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

quasi 11 anni fa

Risolto


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

quasi 11 anni fa

Risolto


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

quasi 11 anni fa

Risolto


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

quasi 11 anni fa

Risolto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

quasi 11 anni fa

Risolto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

quasi 11 anni fa

Risolto


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

quasi 11 anni fa

Risolto


inner product of two vectors
inner product of two vectors

quasi 11 anni fa

Risolto


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

quasi 11 anni fa

Risolto


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

quasi 11 anni fa

Risolto


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

quasi 11 anni fa

Risolto


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

quasi 11 anni fa

Risolto


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

quasi 11 anni fa

Risolto


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

quasi 11 anni fa

Risolto


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

quasi 11 anni fa

Carica altro