photo

Aaron J. Hendrickson


NAVAIR

Last seen: 8 days 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

8 个提问
0 个回答

File Exchange

2 文件

Cody

0 个问题
1 个答案

排名
39,590
of 300,853

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
75.0%

收到投票数
1

排名
17,811 of 21,094

声誉
3

平均
0.00

贡献数
2 文件

下载次数
5

ALL TIME 下载次数
27

排名
114,113
of 171,319

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • First Review
  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

已提交


Deterministic Annealing PCH-EM Algorithm
Initialization-Robust PCH-EM Algorithm for Characterization of DSERN Pixels

4 months 前 | 4 次下载 |

0.0 / 5
Thumbnail

已提交


Multi-Sample PCH-EM Algorithm
Constant flux multi-sample PCH-EM algorithm

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

提问


Convert Julian Date + Time in GMT to calendar day + Time in EST
I am given three strings year = '2024'; JDDD = 'J025'; % Julian date GMT = '19:29:29.231' % GMT time JDDD is the "Julian D...

2 years 前 | 3 个回答 | 0

3

个回答

提问


Error with symbolic integral: Input arguments must be convertible to floating-point numbers
I am trying to code the following symbolic integral: FY(y) = beta_2^alpha_2/(gamma(alpha_1)*gamma(alpha_2))*int(t^(alpha_2-...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Indexing inside symbolic product
I am trying to compute a symbolic product with the following code: syms z theta_1 theta_2 k real n = 2; x = sym('x', ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Integrals involving symbolic probability distributions
I have the following script: a1 = 49.5; a2 = 49.5; b1 = 153.4787/a1; b2 = 40.1/a2; syms x p assume(p<=0)...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Using icdf() function with custom distribution
According to MathWorks <https://www.mathworks.com/help/stats/custom-distributions.html#responsive_offcanvas here> : "User-def...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Inverse CDF for Scaled Normal Distribution
I have a cumulative distribution function of the form: <</matlabcentral/answers/uploaded_files/70490/CDF.jpg>> This CDF ca...

9 years 前 | 0 个回答 | 1

0

个回答

提问


Fill array with elements located at specified subscripts in another array
I have a 3D array, A, of size IxJxK as well as a list of N 2D coordinates in an array I (see below). I want to fill a 2D array,...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Get a set of 10000 unique random 2-D coordinates
I have an array that is 512 rows by 256 columns (i.e Nrows=512, Ncols=256) and I want the 2-d coordinates of a random sample of ...

9 years 前 | 2 个回答 | 0

2

个回答

已解决


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 前