photo

Ondrej Budac


EPFL Lausanne

Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

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

plus de 10 ans il y a | 0

Réponse apportée
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...

plus de 10 ans il y a | 0

| A accepté

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses