photo

Ondrej Budac


EPFL Lausanne

2014 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

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

11年弱 前 | 0

回答済み
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...

11年弱 前 | 0

| 採用済み

質問


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

11年弱 前 | 2 件の回答 | 0

2

回答