Community Profile

photo

Adam Wyatt


University of Oxford

Last seen: más de 3 años hace Con actividad desde 2007

Professional Interests: Ultrafast laser metrology

Estadísticas

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

Ver insignias

Content Feed

Ver por

Resuelto


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

más de 11 años hace

Resuelto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

más de 11 años hace

Resuelto


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

más de 11 años hace

Resuelto


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

más de 11 años hace

Resuelto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

más de 11 años hace

Resuelto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

más de 11 años hace

Resuelto


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

más de 11 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 11 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.

más de 11 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:...

más de 11 años hace

Enviada


Hankel Transform
Routine to perform a QDHT with no limit on data size or transform order (other than memory constrain

alrededor de 15 años hace | 1 descarga |

Thumbnail

Enviada


SPIDER simulation
Simulates spectral phase interferometry for direct electric-field reconstruction (SPIDER).

alrededor de 15 años hace | 3 descargas |

Thumbnail

Enviada


Frequency-resolved optical gating (FROG)
Generates a FROG trace from a pulse and gate field in time and rconstructs these fields.

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

Thumbnail

Enviada


Moments of a function
Generates the nth order moment of a function.

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

Enviada


Calculate Wigner distribution
Calculates the 2D Wigner distribution of a complex function.

más de 15 años hace | 7 descargas |

Enviada


Stationary phase approximation for performing Fourier Transforms
Performs a Fourier Transform of a function using the stationary phase approximation

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

Thumbnail

Enviada


quadvgk
G7-K15 adaptive quadrature on vector-valued functions

alrededor de 16 años hace | 1 descarga |

Enviada


findFWHM
Finds the full width at half maxium (FWHM) of a real function.

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

Enviada


Forced damped driven pendulum
A forced damped driven pendulum exhibits chaotic motion.

más de 16 años hace | 6 descargas |

Thumbnail

Enviada


Integer order radial-2D Gaussian function.
Generates a 'radial' Gaussian function in 2D of any positive integer order.

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

Enviada


Integer order 1D Gaussian function
Performs a Gaussian function of any positive order.

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

Enviada


Pulse Propagation
Electromagnetic pulse propagation in free space in 2 spatial dimensions.

más de 16 años hace | 5 descargas |

Thumbnail

Enviada


cumquad
Cumulative integration of analytical functions via adaptive simpsons quadrature.

alrededor de 17 años hace | 1 descarga |