photo

Ondrej Budac


EPFL Lausanne

2014 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


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

10年以上 前 | ダウンロード 1 件 |

Thumbnail

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

10年以上 前 | 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...

10年以上 前 | 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 ...

10年以上 前 | 2 件の回答 | 0

2

回答