photo

Ondrej Budac


EPFL Lausanne

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
  • First Submission
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Deleting specific Rows in a matrix
If your matrix |B| has the row indices, it suffices to write A(B) = [];

oltre 10 anni fa | 0

Risposto
What determines the shape of a logically indexed array?
Just to complete the story, the answer seems to be: If |B| is a logical array and |A| is any array, then |A(B)| is equivalent...

oltre 10 anni fa | 0

| accettato

Domanda


What determines the shape of a logically indexed array?
Matlab help explains: " *Logical Indexing* : ... The output is always in the form of a column vector." In practice, typing ...

oltre 10 anni fa | 2 risposte | 0

2

risposte