photo

Dave Stanley


Last seen: oltre 4 anni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

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

Visualizza badge

Feeds

Visto da

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

quasi 7 anni fa | 0

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

quasi 7 anni fa | 0

Inviato


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

quasi 7 anni fa | 1 download |

Inviato


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

quasi 7 anni fa | 2 download |

Inviato


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

circa 7 anni fa | 2 download |

Inviato


calledby(depth)
Queries the source of function calls

circa 9 anni fa | 0 download |

Inviato


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

circa 9 anni fa | 1 download |

Inviato


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

oltre 9 anni fa | 1 download |

Inviato


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

oltre 10 anni fa | 1 download |

Risolto


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

oltre 11 anni fa