photo

Dave Stanley


Last seen: mehr als 4 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 7 Jahre vor | 0

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

fast 7 Jahre vor | 0

Gesendet


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

fast 7 Jahre vor | 1 Download |

Gesendet


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

fast 7 Jahre vor | 2 Downloads |

Gesendet


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

etwa 7 Jahre vor | 2 Downloads |

Gesendet


calledby(depth)
Queries the source of function calls

etwa 9 Jahre vor | 0 Downloads |

Gesendet


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

etwa 9 Jahre vor | 1 Download |

Gesendet


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

mehr als 9 Jahre vor | 1 Download |

Gesendet


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

mehr als 10 Jahre vor | 1 Download |

Gelöst


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

mehr als 11 Jahre vor