문제를 풀었습니다


Find the position of last minimum value in an integer array with numbers
If x = [2 6 4 9 -10 3 1 5 -10] then the output should be 9, because last minimum value (-10) lies at the 9th position.

거의 13년 전

문제를 풀었습니다


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

거의 13년 전

문제를 풀었습니다


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

거의 13년 전

문제를 풀었습니다


Signed Magnitude
For a given input vector, return the value that is furthest from zero. For example, if x = [1 2 -12] return -12.

거의 13년 전

문제를 풀었습니다


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

거의 13년 전

문제를 풀었습니다


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 ...

거의 13년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 13년 전

답변 있음
Need to Decrease the Width of FFT
Dear Chirag, From what you say, I understand that you want to decrease the df of your spectrum. You know that df = 1/(N dt), ...

대략 15년 전 | 1

제출됨


Plotstack
A plot utility, to plot graphs one over the other (or one next to the other vertically)

대략 15년 전 | 다운로드 수: 243 |

0.0 / 5
Thumbnail

제출됨


Graphical convolution animation
Shows graphically the stages of discrete convolution for any two 1-D signals (educational tool).

16년 초과 전 | 다운로드 수: 1895 |

5.0 / 5
Thumbnail

제출됨


Lomb normalized periodogram
Both functions calculate the Lomb-Scargle periodogram (aka Gauss-Vanicek/Least-squares spectrum)

거의 18년 전 | 다운로드 수: 3708 |

4.3 / 5

제출됨


Fresnel integrals
Calculates FresnelC, FresnelS integrals and their variations (C_1, C_2 and S_1 and S_2)

거의 18년 전 | 다운로드 수: 2544 |

3.0 / 5

제출됨


Laplace random variables
This function generates random numbers distributed according to the Laplace distribution

거의 18년 전 | 다운로드 수: 2731 |

0.0 / 5

제출됨


Actual zero or any-value crossing
Finds actual zero (or any other value) "actual" crossings

거의 19년 전 | 다운로드 수: 1060 |

2.0 / 5

제출됨


SAC_Sun2PC_mat
This is utility to read SAC (Seismic Analysis Code) binary files created on/for SUN platform.

대략 23년 전 | 다운로드 수: 2727 |

4.5 / 5