photo

Dave Stanley


Last seen: 4 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

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

查看徽章

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 前 | 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 前 | 0

已提交


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

7 years 前 | 1 次下载 |

已提交


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

7 years 前 | 2 次下载 |

已提交


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

7 years 前 | 2 次下载 |

已提交


calledby(depth)
Queries the source of function calls

9 years 前 | 0 次下载 |

已提交


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

9 years 前 | 1 次下载 |

已提交


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

9 years 前 | 1 次下载 |

已提交


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

10 years 前 | 1 次下载 |

已解决


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

11 years 前