photo

Mike Sheppard


Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
0 Answers

File Exchange

16 Files

RANK
22,804
of 299,246

REPUTATION
1

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
230 of 20,666

REPUTATION
N/A

AVERAGE RATING
4.29

CONTRIBUTIONS
16 Files

DOWNLOADS
219

ALL TIME DOWNLOADS
0

RANK

of 163,884

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Submitted


Probability Distributions
Probability Distributions

9 years ago | 27 downloads |

5.0 / 5

Submitted


Random arrays from the left truncated normal distribution.
Random arrays from the left truncated normal distribution.

12 years ago | 0 downloads |

1.0 / 5

Submitted


Fit all valid parametric probability distributions to data
ALLFITDIST Fit all valid parametric probability distributions to data.

13 years ago | 149 downloads |

4.88636 / 5
Thumbnail

Submitted


Multivariate normal random vectors with fixed mean and covariance matrix
Random vectors from the multivariate normal distribution with fixed mean and covariance matrix.

13 years ago | 3 downloads |

0.0 / 5
Thumbnail

Submitted


Political Apportionment
Allocates seats according to METHOD until NUM seats have been allocated

13 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Apply a function to a set of probability distributions
Returns the distribution of the function FUN applied to the set of distributions given in VARARGIN

13 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Sum of probability distributions
SUMPDF Probability distribution of the sum of distributions

13 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


Minkowski Sum
Minkowski sum of two arrays

13 years ago | 2 downloads |

2.33333 / 5
Thumbnail

Submitted


All Sums
Distribution of unique sums among all combinations of vectors.

13 years ago | 1 download |

5.0 / 5
Thumbnail

Submitted


Generalized Bar Charts
Stacked, Grouped, Clustered, Floating; and MIXED of any combination

13 years ago | 10 downloads |

4.0 / 5
Thumbnail

Submitted


Repeated Values
Finds all repeated values for input X, and their attributes.

13 years ago | 0 downloads |

5.0 / 5

Submitted


System of linear congruences
Solution to Simultaneous Linear Congruences

13 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


polymorph
Morphs two polygons

13 years ago | 3 downloads |

5.0 / 5
Thumbnail

Submitted


Read Wikipedia articles
S=wiki(str) returns the Wikipedia article for string 'str'

13 years ago | 2 downloads |

4.0 / 5
Thumbnail

Submitted


Excel Column Conversion
Converts between column name and number for Excel representation

13 years ago | 15 downloads |

4.6 / 5

Submitted


Nested logical indexing
nested(IN) returns the final result of a list of nested logical indices.

13 years ago | 0 downloads |

0.0 / 5

Question


Row sums by vector indices without for loop?
Best illustrated by example M=rand(5,10); s=[1 3; 5 8; 9 10]; for i=1:size(s,1) sm(:,i)=sum(M(:,s(i,1):s(i,2)),2); en...

14 years ago | 2 answers | 1

2

answers