Thomas Matarazzo
自 2012 起处于活动状态
Followers: 0 Following: 0
Feeds
已解决
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 ...
12 years 前
已解决
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 ...
13 years 前
已解决
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...
13 years 前
已解决
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:...
13 years 前
提问
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...
13 years 前 | 0 个回答 | 0
0
个回答已提交
Stiffness Matrix for a Simply Supported Beam
This script uses similarities in stiffness coefficients to construct the K matrix for an MDOF system
14 years 前 | 1 次下载 |
提问
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...
14 years 前 | 0 个回答 | 0



