Statistics
RANK
213.439
of 295.913
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
14.870 of 20.299
REPUTATION
12
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
123
RANK
of 154.883
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
fast array substitution
a function to substitute entries of an array using rules From(i) -> To(i)
meer dan 10 jaar ago | 1 download |
Deleting specific Rows in a matrix
If your matrix |B| has the row indices, it suffices to write A(B) = [];
meer dan 10 jaar ago | 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...
meer dan 10 jaar 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 ...
meer dan 10 jaar ago | 2 answers | 0