Feeds
已提交
Random arrays from the left truncated normal distribution.
Random arrays from the left truncated normal distribution.
12 years 前 | 0 次下载 |
已提交
Fit all valid parametric probability distributions to data
ALLFITDIST Fit all valid parametric probability distributions to data.
14 years 前 | 149 次下载 |
已提交
Multivariate normal random vectors with fixed mean and covariance matrix
Random vectors from the multivariate normal distribution with fixed mean and covariance matrix.
14 years 前 | 3 次下载 |
已提交
Political Apportionment
Allocates seats according to METHOD until NUM seats have been allocated
14 years 前 | 1 次下载 |
已提交
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
14 years 前 | 2 次下载 |
已提交
Sum of probability distributions
SUMPDF Probability distribution of the sum of distributions
14 years 前 | 2 次下载 |
已提交
Generalized Bar Charts
Stacked, Grouped, Clustered, Floating; and MIXED of any combination
14 years 前 | 10 次下载 |
已提交
Repeated Values
Finds all repeated values for input X, and their attributes.
14 years 前 | 0 次下载 |
已提交
Read Wikipedia articles
S=wiki(str) returns the Wikipedia article for string 'str'
14 years 前 | 2 次下载 |
已提交
Excel Column Conversion
Converts between column name and number for Excel representation
14 years 前 | 15 次下载 |
已提交
Nested logical indexing
nested(IN) returns the final result of a list of nested logical indices.
14 years 前 | 0 次下载 |
提问
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...
15 years 前 | 2 个回答 | 1

