photo

Dave Stanley


Last seen: plus de 4 ans il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
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...

presque 7 ans il y a | 0

A soumis


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

presque 7 ans il y a | 1 téléchargement |

A soumis


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

presque 7 ans il y a | 2 téléchargements |

A soumis


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

environ 7 ans il y a | 2 téléchargements |

A soumis


calledby(depth)
Queries the source of function calls

environ 9 ans il y a | 1 téléchargement |

A soumis


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

environ 9 ans il y a | 1 téléchargement |

A soumis


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

plus de 9 ans il y a | 1 téléchargement |

A soumis


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

plus de 10 ans il y a | 1 téléchargement |

A résolu


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

plus de 11 ans il y a