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

답변