Phillip M. Feldman
Northrop Grumman Corp
Followers: 0 Following: 0
My home page: phillipmfeldman.org
Professional Interests: python, applied probability and statistics
Statistics
25 Files
RANK
N/A
of 295,448
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
208 of 20,227
REPUTATION
6,552
AVERAGE RATING
3.90
CONTRIBUTIONS
25 Files
DOWNLOADS
40
ALL TIME DOWNLOADS
64289
RANK
of 153,872
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
Submitted
extract substring
substr extracts a substring of length len from the string str, starting at the specified offset.
15 years ago | 1 download |
Submitted
save_to_base.m
copies variables from the workspace of the calling function to the base workspace
15 years ago | 1 download |
Submitted
get_yes_or_no
Prompt user to provide a yes-or-no answer, with an optional default value.
15 years ago | 1 download |
Submitted
figure window generator fig.m, version 3.1
open a new figure window having specified size
15 years ago | 1 download |
Submitted
Figure Slideshow Generator
The function showfigs() generates a slideshow of all open figures.
15 years ago | 2 downloads |
Submitted
choose.m
compute number of ways of choosing m objects from n distinct objects
15 years ago | 1 download |
Submitted
RGB.m
RGB() converts a color index or name into an RGB triple with real-valued components in [0,1].
15 years ago | 5 downloads |
Submitted
show_colors.m
generates a labeled plot showing all colors recognized by RGB.m
15 years ago | 1 download |
Submitted
hostname.m
Report the name of computer on which Matlab is currently running.
15 years ago | 3 downloads |
Submitted
Planck2.m
compute spectral radiance of ideal blackbody radiator
15 years ago | 1 download |
Submitted
initialize normal random number generator
sets the state for Matlab's normal (Gaussian) random number generator
15 years ago | 1 download |
Submitted
logarithmic rounding
does logarithmic rounding using any of 7 modes
15 years ago | 1 download |
Submitted
autocov.m
compute sample autocovariance of a time series (vector)
15 years ago | 2 downloads |
Submitted
acfplot.m
compute and plot estimate of the autocorrelation of an input sequence
15 years ago | 1 download |
Submitted
find_cross.m, version 2.1
Find and/or estimate level crossings using a combination of search and interpolation.
15 years ago | 1 download |
Submitted
rms.m
compute root-mean-square (RMS) of values supplied as a vector, matrix, or list of discrete values
15 years ago | 5 downloads |
Submitted
mytime.m
displays the current date and time, time since the last invocation, and total elapsed time
15 years ago | 1 download |
Submitted
play_sound
play_sound loads and plays the specified sound file.
15 years ago | 1 download |
Submitted
string lookup
lookup(c, str) compares the string in str against each element of the cell array c
15 years ago | 1 download |
Submitted
Return ith calling argument.
pick(i, r_0, r_1, ...) returns r_i.
15 years ago | 0 downloads |
Submitted
get_choice v2.3
allow user to choose among alternatives by typing one of several short strings
16 years ago | 1 download |
Submitted
int2strn
convert integer to string, using either integer or exponential format
17 years ago | 1 download |