Community Profile

photo

Phillip M. Feldman


Northrop Grumman Corp

Active since 2008

My home page: phillipmfeldman.org
Professional Interests: python, applied probability and statistics

Statistics

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission

View badges

Content Feed

View by

Submitted


extract substring
substr extracts a substring of length len from the string str, starting at the specified offset.

14 years ago | 1 download |

Submitted


save_to_base.m
copies variables from the workspace of the calling function to the base workspace

14 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


meow.m
For cat lovers everywhere.

15 years ago | 3 downloads |

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 | 4 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 | 8 downloads |

Submitted


show_colors.m
generates a labeled plot showing all colors recognized by RGB.m

15 years ago | 1 download |

Submitted


cell2num.m
convert a cell array to a double precision array

15 years ago | 6 downloads |

Submitted


hostname.m
Report the name of computer on which Matlab is currently running.

15 years ago | 2 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


getargs.m
process parameter name/value pairs

15 years ago | 2 downloads |

Submitted


autocov.m
compute sample autocovariance of a time series (vector)

15 years ago | 3 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 | 4 downloads |

Submitted


mytime.m
displays the current date and time, time since the last invocation, and total elapsed time

15 years ago | 2 downloads |

Submitted


play_sound
play_sound loads and plays the specified sound file.

15 years ago | 2 downloads |

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

16 years ago | 1 download |