Submitted


Generalized Extreme Values (GEV) distribution
The GEV distribution is calculated with and without the Matlab statistical toolbox for wind data

5 months ago | 9 downloads |

Thumbnail

Submitted


One-point random process generation
Minimalist Matlab implementation of a random process generation in one point using the spectral method

5 months ago | 2 downloads |

Thumbnail

Submitted


Evolutionary Power Spectral Density (EPSD)
Compute the Evolutionary Power Spectral Density (EPSD) as an alternative to the spectrogram

5 months ago | 7 downloads |

Thumbnail

Submitted


Dynamic response of a line-like structure to a random load
The dynamic displacement response of a line-like structure to an uncorrelated Gaussian white noise input is computed in the time...

5 months ago | 9 downloads |

Thumbnail

Submitted


Automated Frequency Domain Decomposition (AFDD)
Modal parameters identification from ambient vibrations measurement using the FDD

5 months ago | 29 downloads |

Thumbnail

Submitted


Wind field simulation (text-based input)
Simulation of spatially correlated wind velocity time-histories

5 months ago | 26 downloads |

Thumbnail

Solved


Side of an equilateral triangle
如果一个等边三角形面积,然后我s the length of each of its sides, x? <> ...

1 year ago

Solved


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <> ...

1 year ago

Solved


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

1 year ago

Solved


Given a 4x4 matrix, swap the two middle columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

1 year ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

1 year ago

Solved


matrix zigzag
Unfold a 2-D matrix to a 1-D array in zig-zag order, e.g., for matrix [ 1 2 3 ; 4 5 6 ; 7 8 9 ] the resulting 1-...

1 year ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

1 year ago

Solved


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( ), answer 'yes' r...

1 year ago

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

1 year ago

Solved


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

1 year ago

Solved


07 - Common functions and indexing 4
Define the matrix _cMat_: <> ( _cMat_ = 10x10 matrix where the numbers from 1 t...

1 year ago

Solved


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

1 year ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

1 year ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

1 year ago

Answered
Issue with SEIR model for mathlab
Hi, I am not able to reproduce your error. The file is running normally on my Matlab version, both with a live script and a n...

1 year ago | 0

|accepted

Submitted


Estimation of Surface Fluxes from single mean profiles
The applicability of the method by Basu (2018,2019) to estimate atmospheric stability solely based on surface‐layer profiles is ...

2 years ago | 1 download |

Thumbnail

Submitted


Wind turbulence in the neutral and unstable surface-layer
A short set of functions to study surface layer fluxes and wind velocity spectra (simulated data) for wind engineering applicati...

2 years ago | 1 download |

Thumbnail

Submitted


Ogive function for turbulent flux characterization
A simple example of the computation and fitting of the ogive function for atmospheric turbulence

2 years ago | 1 download |

Thumbnail

Solved


Tax Calculator
Calculate the tax for a given income. 10% tax is paid for any income up to $2,000. 20% tax is paid for additional income u...

2 years ago

Submitted


Flutter velocity of a suspension bridge
The coupled flutter velocity of a single-span suspension bridge is computed in the frequency domain

3 years ago | 2 downloads |

Thumbnail

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

4 years ago

Submitted


Static analysis - Suspension bridge - A benchmark solution
This matlab code computes the static displacement of a suspension bridge

6 years ago | 2 downloads |

Thumbnail

Submitted


Non-Gaussian process generation
A non-Gaussian random process is generated from a Gaussian-distributed white noise

6 years ago | 6 downloads |

Thumbnail

Solved


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

6 years ago

Load more