Statistica
RANK
259.069
of 297.016
REPUTAZIONE
0
CONTRIBUTI
2 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
3.518 of 20.419
REPUTAZIONE
431
VALUTAZIONE MEDIA
4.60
CONTRIBUTI
7 File
DOWNLOAD
10
ALL TIME DOWNLOAD
3943
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
Integer partition generator
Generates a table of all integer partitions of integers from 0 to N.
oltre 12 anni fa | 2 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/36437/versions/12/screenshot.png)
Vectorizing Code - how can I populate elements of a matrix from a vector without a FOR loop?
Do you NEED to make B as a matrix? Fangjun Jiang and Jan Simon's methods will work fine for what you have asked, but I've found...
oltre 12 anni fa | 0
Domanda
Numerically solving a differential equation up to a certain value of the time dependent variable
I have a second order differential equation x''(t) = f(x) with an initial condition x(0) = x0 ; x'(0) = 0; I wish to ...
quasi 13 anni fa | 0 risposte | 0
0
risposteDomanda
Finding eigenvectors of a matrix when all eigenvalues are known
I am currently running a code that has to diagonalise a large number of matrices every run. From other considerations I know wh...
quasi 13 anni fa | 1 risposta | 0
1
rispostaInviato
block diagonal multiplication
Used for multiplying large block diagonal matrices with matrices / vectors.
quasi 13 anni fa | 1 download |
Inviato
block diagonal representation
Converts a matrix into a cell array of different sized matrices that make up the blocks.
quasi 13 anni fa | 1 download |
Inviato
Gauss Laguerre Quadrature
Generates points and weights for Gauss Laguerre Quadrature, to a tolerance, tested for N < 300
quasi 13 anni fa | 2 download |
Inviato
Gauss Hermite quadrature rule
generates zeros of a Hermite polynomial of degree n to tolerance "tol" and their associated weights.
quasi 13 anni fa | 2 download |
Inviato
Generate binomial table
Very simple function to generate a table of all possible binomial coefficients below a cut off
circa 13 anni fa | 1 download |
Inviato
Permsnonindentical
lists all nonidentical permutations of a set of numbers i.e. [1,1,2] go to [1,1,2;1,2,1;2,1,1]
circa 13 anni fa | 1 download |