Adam Wyatt
University of Oxford
Followers: 0 Following: 0
Professional Interests: Ultrafast laser metrology
Statistik
RANG
N/A
of 295.448
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
250 of 20.227
REPUTATION
5.740
DURCHSCHNITTLICHE BEWERTUNG
3.90
BEITRÄGE
13 Dateien
DOWNLOADS
41
ALL TIME DOWNLOADS
56569
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
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...
mehr als 12 Jahre vor
Gelöst
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...
mehr als 12 Jahre vor
Gelöst
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...
mehr als 12 Jahre vor
Gelöst
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...
mehr als 12 Jahre vor
Gelöst
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...
mehr als 12 Jahre vor
Gelöst
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 ...
mehr als 12 Jahre vor
Gelöst
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...
mehr als 12 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
mehr als 12 Jahre vor
Gelöst
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:...
mehr als 12 Jahre vor
Gesendet
Hankel Transform
Routine to perform a QDHT with no limit on data size or transform order (other than memory constrain
mehr als 15 Jahre vor | 1 Download |
Gesendet
SPIDER simulation
Simulates spectral phase interferometry for direct electric-field reconstruction (SPIDER).
fast 16 Jahre vor | 3 Downloads |
Gesendet
Frequency-resolved optical gating (FROG)
Generates a FROG trace from a pulse and gate field in time and rconstructs these fields.
etwa 16 Jahre vor | 13 Downloads |
Gesendet
Moments of a function
Generates the nth order moment of a function.
etwa 16 Jahre vor | 1 Download |
Gesendet
Calculate Wigner distribution
Calculates the 2D Wigner distribution of a complex function.
etwa 16 Jahre vor | 2 Downloads |
Gesendet
Stationary phase approximation for performing Fourier Transforms
Performs a Fourier Transform of a function using the stationary phase approximation
mehr als 16 Jahre vor | 1 Download |
Gesendet
quadvgk
G7-K15 adaptive quadrature on vector-valued functions
fast 17 Jahre vor | 1 Download |
Gesendet
findFWHM
Finds the full width at half maxium (FWHM) of a real function.
etwa 17 Jahre vor | 3 Downloads |
Gesendet
Forced damped driven pendulum
A forced damped driven pendulum exhibits chaotic motion.
mehr als 17 Jahre vor | 7 Downloads |
Gesendet
Integer order radial-2D Gaussian function.
Generates a 'radial' Gaussian function in 2D of any positive integer order.
mehr als 17 Jahre vor | 2 Downloads |
Gesendet
Integer order 1D Gaussian function
Performs a Gaussian function of any positive order.
mehr als 17 Jahre vor | 1 Download |
Gesendet
Pulse Propagation
Electromagnetic pulse propagation in free space in 2 spatial dimensions.
mehr als 17 Jahre vor | 5 Downloads |
Gesendet
cumquad
Cumulative integration of analytical functions via adaptive simpsons quadrature.
fast 18 Jahre vor | 1 Download |