photo

Ondrej Budac


EPFL Lausanne

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
2 Answers

File Exchange

1 File

RANK
265,131
of 297,503

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
14,989 of 20,449

REPUTATION
12

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
123

RANK

of 159,017

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

  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


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

10 years ago | 1 download |

0.0 / 5
Thumbnail

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

11 years ago | 0

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

11 years ago | 2 answers | 0

2

answers