photo

Dave Stanley


Last seen: etwa 5 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

0 Fragen
2 Antworten

File Exchange

7 Dateien

Cody

0 Probleme
1 Lösung

RANG
103.193
of 297.457

REPUTATION
0

BEITRÄGE
0 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
7.577 of 20.438

REPUTATION
126

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
7 Dateien

DOWNLOADS
7

ALL TIME DOWNLOADS
1110

RANG
118.044
of 158.938

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

mehr als 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...

mehr als 7 Jahre vor | 0

Gesendet


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

mehr als 7 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

mehr als 7 Jahre vor | 1 Download |

5.0 / 5

Gesendet


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

fast 8 Jahre vor | 2 Downloads |

5.0 / 5

Gesendet


calledby(depth)
Queries the source of function calls

mehr als 9 Jahre vor | 0 Downloads |

0.0 / 5

Gesendet


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

mehr als 9 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

fast 10 Jahre vor | 1 Download |

0.0 / 5

Gesendet


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

mehr als 11 Jahre vor | 1 Download |

0.0 / 5

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 12 Jahre vor