|
| yatabulate description |
Download |
 |
[obs,counts]=yatabulate(x);
Yet Another Tabulating function.
Returns:
obs - column vector of distinct observations in ascending order. Relies on sort.m: "When x is complex, the elements are sorted by abs(x). Complex matches are further sorted by angle(x)."
counts - column vector of respective frequencies.
Note that the tabulate.m provided by MATLAB returns all zero counts upto min(x(:)). This may be undesirable in terms of memory; in particular, tabulate(M) fails (at least in upto version R13) for large (scalar, integer) M. Finally, there appears no need to call hist.m for tabulation as tabulate.m does.
Example:
>>format long g;
>>[o,c]=yatabulate([-sqrt(-1), 2^40,... 1/3, -2^40, 1/3]);
returns:
o =[0.333333333333333;0 -1i;... 1099511627776; -1099511627776];
c =[2;1;1;1];
|
|
|
| MOST POPULAR DOWNLOADS IN THIS CATEGORY ( Statistics and Probability ) |
|
 |
Dunn`s test |
| Dunn`s test - Dunn's procedure for multiple, non parametric, comparisons |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Fair | Downloads: 3,836 |
|
| new | no screenshots |
 |
| September 14th, 09:26 GMT |
|
 |
Matlab Random Number Generator |
| Matlab Random Number Generator - True Random Number Generator |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Good | Downloads: 1,319 |
|
| new | no screenshots |
 |
| September 13th, 13:00 GMT |
|
 |
Two-way repeated measures ANOVA |
| Two-way repeated measures ANOVA - Two-way repeated measures ANOVA, for designs with two within-subjects variables. |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Good | Downloads: 1,009 |
|
| new | no screenshots |
 |
| September 13th, 10:48 GMT |
|
 |
gaussian curve fit |
| gaussian curve fit - [sigma,mu,A]=mygaussfit(x,y) |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Good | Downloads: 990 |
|
| new | no screenshots |
 |
| September 13th, 07:43 GMT |
|
 |
Principal Component Analysis |
| Principal Component Analysis - Principal component analysis of a matrix done within Simulink. |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Fair | Downloads: 984 |
|
| new | no screenshots |
 |
| September 13th, 08:50 GMT |
|
 |
EM Algorithm for Clustering |
| EM Algorithm for Clustering - EM for clustering |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Fair | Downloads: 969 |
|
| new | no screenshots |
 |
| September 13th, 09:50 GMT |
|
 |
kmeans-ISODATA algorithm |
| kmeans-ISODATA algorithm - Clustering algorithm of k-means and ISODATA |
| Windows/Linux/Mac OS/BSD/Solaris | Matlab | Rating: Fair | Downloads: 966 |
|
| new | no screenshots |
 |
| September 13th, 10:51 GMT |
|
|
|
|
|
 
| Welcome! |
Hello, Guest
Login if you have a Softpedia.com account.
Otherwise, register for one.
|
|