photo

Dave Stanley


Last seen: quasi 6 anni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
2 Risposte

File Exchange

7 File

Cody

0 Problemi
1 Soluzione

RANK
98.437
of 300.364

REPUTAZIONE
0

CONTRIBUTI
0 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
7.625 of 20.934

REPUTAZIONE
126

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
7 File

DOWNLOAD
6

ALL TIME DOWNLOAD
1116

RANK
111.192
of 168.407

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

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

circa 8 anni fa | 0

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

circa 8 anni fa | 0

Inviato


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

circa 8 anni fa | 1 download |

0.0 / 5

Inviato


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

circa 8 anni fa | 1 download |

5.0 / 5

Inviato


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

oltre 8 anni fa | 1 download |

5.0 / 5

Inviato


calledby(depth)
Queries the source of function calls

oltre 10 anni fa | 0 download |

0.0 / 5

Inviato


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

oltre 10 anni fa | 1 download |

0.0 / 5

Inviato


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

oltre 10 anni fa | 1 download |

0.0 / 5

Inviato


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

quasi 12 anni fa | 1 download |

0.0 / 5

Risolto


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

quasi 13 anni fa