Phillip M. Feldman
Northrop Grumman Corp
自 2008 起处于活动状态
Followers: 0 Following: 0
My home page: phillipmfeldman.org
Professional Interests: python, applied probability and statistics
Feeds
已提交
extract substring
substr extracts a substring of length len from the string str, starting at the specified offset.
15 years 前 | 1 次下载 |
已提交
save_to_base.m
copies variables from the workspace of the calling function to the base workspace
15 years 前 | 1 次下载 |
已提交
get_yes_or_no
Prompt user to provide a yes-or-no answer, with an optional default value.
15 years 前 | 1 次下载 |
已提交
figure window generator fig.m, version 3.1
open a new figure window having specified size
15 years 前 | 1 次下载 |
已提交
Figure Slideshow Generator
The function showfigs() generates a slideshow of all open figures.
15 years 前 | 2 次下载 |
已提交
choose.m
compute number of ways of choosing m objects from n distinct objects
15 years 前 | 1 次下载 |
已提交
RGB.m
RGB() converts a color index or name into an RGB triple with real-valued components in [0,1].
15 years 前 | 5 次下载 |
已提交
show_colors.m
generates a labeled plot showing all colors recognized by RGB.m
15 years 前 | 1 次下载 |
已提交
hostname.m
Report the name of computer on which Matlab is currently running.
15 years 前 | 3 次下载 |
已提交
initialize normal random number generator
sets the state for Matlab's normal (Gaussian) random number generator
15 years 前 | 1 次下载 |
已提交
acfplot.m
compute and plot estimate of the autocorrelation of an input sequence
15 years 前 | 1 次下载 |
已提交
find_cross.m, version 2.1
Find and/or estimate level crossings using a combination of search and interpolation.
15 years 前 | 1 次下载 |
已提交
rms.m
compute root-mean-square (RMS) of values supplied as a vector, matrix, or list of discrete values
15 years 前 | 5 次下载 |
已提交
mytime.m
displays the current date and time, time since the last invocation, and total elapsed time
15 years 前 | 1 次下载 |
已提交
string lookup
lookup(c, str) compares the string in str against each element of the cell array c
15 years 前 | 1 次下载 |
已提交
get_choice v2.3
allow user to choose among alternatives by typing one of several short strings
16 years 前 | 1 次下载 |
已提交
int2strn
convert integer to string, using either integer or exponential format
17 years 前 | 1 次下载 |