Statistics
RANK
189,677
of 295,410
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
7,525 of 20,224
REPUTATION
125
AVERAGE RATING
5.00
CONTRIBUTIONS
7 Files
DOWNLOADS
8
ALL TIME DOWNLOADS
1107
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
7 years ago | 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...
7 years ago | 0
Submitted
getLinearIndependentCell(A,ignore_constant_shift)
Identifies groups of linearly independent columns in a cell array A
7 years ago | 1 download |
Submitted
getLinearIndependent(A,ignore_constant_shift)
Identifies groups of linearly independent columns in a matrix A
7 years ago | 2 downloads |
Submitted
uniqueCellGeneralized(A)
Unique elements in cell array containing mixed-type elements
7 years ago | 2 downloads |
Submitted
is_calledby(func_name)
Returns 1 if the active function has a parent; else returns 0. Also tests for specific parent names.
9 years ago | 1 download |
Submitted
Multidimensional bootstrapping
Wrapper for Matlab's bootstrp command, allowing for high dimensional inputs
9 years ago | 1 download |
Submitted
Reverse arrangement test PDF
Calculates the probability density function for the reverse arrangement test
11 years ago | 1 download |
Solved
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 years ago