Community Profile

photo

Ondrej Budac


EPFL Lausanne

Active since 2014

Statistics

All
  • First Submission
  • First Answer

View badges

Content Feed

View by

Submitted


fast array substitution
a function to substitute entries of an array using rules From(i) -> To(i)

9 years ago | 1 download |

Thumbnail

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

10 years ago | 0

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

10 years ago | 0

| accepted

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

10 years ago | 2 answers | 0

2

answers