![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5937831_1522111090747_DEF.jpg)
Aaron J. Hendrickson
NAVAIR
Followers: 0 Following: 0
Statistics
RANK
39,553
of 297,016
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
17,636 of 20,419
REPUTATION
3
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
23
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
1 year ago | 3 answers | 0
3
answersQuestion
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-...
7 years ago | 1 answer | 0
1
answerQuestion
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', ...
7 years ago | 1 answer | 0
1
answerQuestion
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)...
7 years ago | 1 answer | 0
1
answerQuestion
Using icdf() function with custom distribution
According to MathWorks <https://www.mathworks.com/help/stats/custom-distributions.html#responsive_offcanvas here> : "User-def...
8 years ago | 0 answers | 0
0
answersQuestion
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...
8 years ago | 0 answers | 1
0
answersQuestion
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,...
8 years ago | 1 answer | 0
1
answerQuestion
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 ...
8 years ago | 2 answers | 0