Joshua Carmichael
Followers: 0 Following: 0
Statistics
RANK
202,067
of 295,527
REPUTATION
0
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
15,650 of 20,242
REPUTATION
8
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
39
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Determining whether a point on earth (given latitude and longitude) is on land or ocean
The Matlatb function isinterior.m (new since 2022a) does this.
1 year ago | 0
Question
List all monotonic binary functions
Is there a simple implemntation of functions in Matlab that can list / output all monotonic binary functions for a given input v...
2 years ago | 0 answers | 0
0
answersQuestion
Output geobubble marker size to geoscatter to plot
I would like to input the size of makers I have from geobubble.m to geoscatter.m, which uses marker sizes in units of points, so...
2 years ago | 1 answer | 0
1
answerWhat frustrates you about MATLAB? #2
I love Matlab. I has great optimization capabilities, sliding window functions (e.g., movmad.m), and most density functions I al...
3 years ago | 0
Question
nonsensical geoplot.m warnings?
I use geoplot.m with benign options: loc = [49.7500 32.5000 -70.0000 -97.0000]; gx = geoaxes; geolimits(gx, sort([lo...
3 years ago | 1 answer | 0
1
answerLogarithmic scale with a different base
For a natural log base, try: logspace(0, log10(exp(1)),100) To generate a spaced set of 100 samples that start at one and term...
3 years ago | 0
Question
Strange disagreement between analytical phase and unwrap(angle())
I consider a simple pulse sequence composed of four discete pulses that start at sampel and include zeros interleaved between ...
4 years ago | 1 answer | 0
1
answerSubmitted
Hinkely PDF
The PDF for a ratio of two normal random variables with unequal, non-zero moments
7 years ago | 1 download |