photo

Dave Stanley


Last seen: meer dan 4 jaar ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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...

ongeveer 7 jaar ago | 0

Answered
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...

ongeveer 7 jaar ago | 0

Submitted


getLinearIndependentCell(A,ignore_constant_shift)
Identifies groups of linearly independent columns in a cell array A

ongeveer 7 jaar ago | 1 download |

Submitted


getLinearIndependent(A,ignore_constant_shift)
Identifies groups of linearly independent columns in a matrix A

ongeveer 7 jaar ago | 1 download |

Submitted


uniqueCellGeneralized(A)
Unique elements in cell array containing mixed-type elements

meer dan 7 jaar ago | 2 downloads |

Submitted


calledby(depth)
Queries the source of function calls

ongeveer 9 jaar ago | 0 downloads |

Submitted


is_calledby(func_name)
Returns 1 if the active function has a parent; else returns 0. Also tests for specific parent names.

ongeveer 9 jaar ago | 1 download |

Submitted


Multidimensional bootstrapping
Wrapper for Matlab's bootstrp command, allowing for high dimensional inputs

meer dan 9 jaar ago | 1 download |

Submitted


Reverse arrangement test PDF
Calculates the probability density function for the reverse arrangement test

bijna 11 jaar 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:...

bijna 12 jaar ago