Community Profile

photo

Thomas Matarazzo


Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: Structural Engineering, Structural Health Monitoring, System Identification

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Solver

View badges

Feeds

View by

Solved


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

10 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

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

11 years ago

Question


Help using "ecmlsrmle" or "ecmmvnrmle"
I have no idea what the "Design" input parameter in either of these functions is (ecmlsrmle or ecmmvnrmle). Is this a design mat...

11 years ago | 0 answers | 0

0

answers

Submitted


Stiffness Matrix for a Simply Supported Beam
This script uses similarities in stiffness coefficients to construct the K matrix for an MDOF system

11 years ago | 8 downloads |

Question


Can I use "ecmlsrmle" or "ecmmvnrmle" to estimate ARMA parameters using EM algorithm and Maximum Likelihood with Missing Data?
I would like to estimate ARMA parameters using EM algorithm to calculate Maximum Likelihood with Missing Data and I keep reading...

11 years ago | 0 answers | 0

0

answers