統計
All
Feeds
回答済み
How to get only linearly independent rows in a matrix or to remove linear dependency b/w rows in a matrix?
I wrote a few functions to handle this. They do basically the same as Matt J's function above, with some added bells and whist...
How to get only linearly independent rows in a matrix or to remove linear dependency b/w rows in a matrix?
I wrote a few functions to handle this. They do basically the same as Matt J's function above, with some added bells and whist...
7年以上 前 | 0
回答済み
Which columns are linearly independent in a matrix?
I wrote a few functions to handle this. They do basically the same as Andrei's solution above, with some added bells and whistle...
Which columns are linearly independent in a matrix?
I wrote a few functions to handle this. They do basically the same as Andrei's solution above, with some added bells and whistle...
7年以上 前 | 0
送信済み
getLinearIndependentCell(A,ignore_constant_shift)
Identifies groups of linearly independent columns in a cell array A
7年以上 前 | ダウンロード 1 件 |
送信済み
getLinearIndependent(A,ignore_constant_shift)
Identifies groups of linearly independent columns in a matrix A
7年以上 前 | ダウンロード 1 件 |
送信済み
uniqueCellGeneralized(A)
Unique elements in cell array containing mixed-type elements
7年以上 前 | ダウンロード 2 件 |
送信済み
is_calledby(func_name)
Returns 1 if the active function has a parent; else returns 0. Also tests for specific parent names.
9年以上 前 | ダウンロード 1 件 |
送信済み
Multidimensional bootstrapping
Wrapper for Matlab's bootstrp command, allowing for high dimensional inputs
10年弱 前 | ダウンロード 1 件 |
送信済み
Reverse arrangement test PDF
Calculates the probability density function for the reverse arrangement test
11年以上 前 | ダウンロード 1 件 |
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
12年以上 前