photo

Dave Stanley


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

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
2 个回答

File Exchange

7 文件

Cody

0 个问题
1 个答案

排名
103,193
of 297,457

声誉
0

贡献数
0 个提问
2 个回答

回答接受率
0.00%

收到投票数
0

排名
7,577 of 20,438

声誉
126

平均
5.00

贡献数
7 文件

下载次数
7

ALL TIME 下载次数
1110

排名
118,044
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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 次下载 |

0.0 / 5

已提交


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

7 years 前 | 1 次下载 |

5.0 / 5

已提交


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

8 years 前 | 2 次下载 |

5.0 / 5

已提交


calledby(depth)
Queries the source of function calls

9 years 前 | 0 次下载 |

0.0 / 5

已提交


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 次下载 |

0.0 / 5

已提交


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

10 years 前 | 1 次下载 |

0.0 / 5

已提交


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

11 years 前 | 1 次下载 |

0.0 / 5

已解决


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

12 years 前