統計
All
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
Integer partition generator
Generates a table of all integer partitions of integers from 0 to N.
12年以上 前 | ダウンロード 2 件 |
![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...
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...
12年以上 前 | 0
質問
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 ...
13年弱 前 | 0 件の回答 | 0
0
回答質問
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...
13年弱 前 | 1 件の回答 | 0
1
回答送信済み
block diagonal multiplication
Used for multiplying large block diagonal matrices with matrices / vectors.
13年弱 前 | ダウンロード 1 件 |
送信済み
block diagonal representation
Converts a matrix into a cell array of different sized matrices that make up the blocks.
13年弱 前 | ダウンロード 1 件 |
送信済み
Gauss Laguerre Quadrature
Generates points and weights for Gauss Laguerre Quadrature, to a tolerance, tested for N < 300
13年弱 前 | ダウンロード 2 件 |
送信済み
Gauss Hermite quadrature rule
generates zeros of a Hermite polynomial of degree n to tolerance "tol" and their associated weights.
13年弱 前 | ダウンロード 2 件 |
送信済み
Generate binomial table
Very simple function to generate a table of all possible binomial coefficients below a cut off
約13年 前 | ダウンロード 1 件 |
送信済み
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]
約13年 前 | ダウンロード 1 件 |