Adam Wyatt
University of Oxford
Followers: 0 Following: 0
Professional Interests: Ultrafast laser metrology
Statistics
RANK
N/A
of 295,448
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
250 of 20,227
REPUTATION
5,740
AVERAGE RATING
3.90
CONTRIBUTIONS
13 Files
DOWNLOADS
41
ALL TIME DOWNLOADS
56569
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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...
12 years ago
Solved
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...
12 years ago
Solved
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...
12 years ago
Solved
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...
12 years ago
Solved
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...
12 years ago
Solved
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 ...
12 years ago
Solved
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...
12 years ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
12 years ago
Solved
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:...
12 years ago
Submitted
Hankel Transform
Routine to perform a QDHT with no limit on data size or transform order (other than memory constrain
15 years ago | 1 download |
Submitted
SPIDER simulation
Simulates spectral phase interferometry for direct electric-field reconstruction (SPIDER).
16 years ago | 3 downloads |
Submitted
Frequency-resolved optical gating (FROG)
Generates a FROG trace from a pulse and gate field in time and rconstructs these fields.
16 years ago | 13 downloads |
Submitted
Moments of a function
Generates the nth order moment of a function.
16 years ago | 1 download |
Submitted
Calculate Wigner distribution
Calculates the 2D Wigner distribution of a complex function.
16 years ago | 2 downloads |
Submitted
Stationary phase approximation for performing Fourier Transforms
Performs a Fourier Transform of a function using the stationary phase approximation
16 years ago | 1 download |
Submitted
findFWHM
Finds the full width at half maxium (FWHM) of a real function.
17 years ago | 3 downloads |
Submitted
Forced damped driven pendulum
A forced damped driven pendulum exhibits chaotic motion.
17 years ago | 7 downloads |
Submitted
Integer order radial-2D Gaussian function.
Generates a 'radial' Gaussian function in 2D of any positive integer order.
17 years ago | 2 downloads |
Submitted
Integer order 1D Gaussian function
Performs a Gaussian function of any positive order.
17 years ago | 1 download |
Submitted
Pulse Propagation
Electromagnetic pulse propagation in free space in 2 spatial dimensions.
17 years ago | 5 downloads |
Submitted
cumquad
Cumulative integration of analytical functions via adaptive simpsons quadrature.
18 years ago | 1 download |