photo

Ondrej Budac


EPFL Lausanne

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
  • First Submission
  • First Answer

Ver insignias

Feeds

Ver por

Enviada


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

más de 10 años hace | 1 descarga |

Thumbnail

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

más de 10 años hace | 0

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

más de 10 años hace | 0

| aceptada

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas