Dave Stanley - MATLAB Central
photo

Dave Stanley


Last seen: 5 years ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
File ExchangeMATLAB AnswersCodyFrom 11/12 to 03/25Use left and right arrows to move selectionFrom 11/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
2 Answers

File Exchange

7 Files

Cody

0 Problems
1 Solution

RANK
103,290
of 297,547

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
7,579 of 20,454

REPUTATION
126

AVERAGE RATING
5.00

CONTRIBUTIONS
7 Files

DOWNLOADS
7

ALL TIME DOWNLOADS
1110

RANK
118,183
of 159,122

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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 ago | 0

Answered
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 ago | 0

Submitted


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

7 years ago | 1 download |

0.0 / 5

Submitted


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

7 years ago | 1 download |

5.0 / 5

Submitted


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

8 years ago | 2 downloads |

5.0 / 5

Submitted


calledby(depth)
Queries the source of function calls

9 years ago | 0 downloads |

0.0 / 5

Submitted


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

9 years ago | 1 download |

0.0 / 5

Submitted


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

10 years ago | 1 download |

0.0 / 5

Submitted


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

11 years ago | 1 download |

0.0 / 5

Solved


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 ago