photo

Thomas Matarazzo


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

2 个提问
0 个回答

File Exchange

1 文件

Cody

0 个问题
4 个答案

排名
272,207
of 301,873

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
7,908 of 21,444

声誉
119

平均
4.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
1151

排名
65,838
of 177,094

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

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 次下载 |

4.0 / 5

提问


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

0

个回答