photo

Noah Chrein


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
36,202
of 300,641

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
1

RANK
 of 21,036

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,946

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Vectorizing a recursive for-loop
Hey, I need help vectorizing this for-loop. In general, I need help vectorizing a for-loop with a term that references it's prev...

10 years ago | 1 answer | 1

1

answer

Question


using find on each column of a matrix independently
Hello, I would like to use the find function on each row independently in a vectorized way. for example, I want to find the f...

10 years ago | 3 answers | 0

3

answers

Question


Take a lineout of a matrix, defined by a function
Let M be an m by n matrix, let f:(1:m)->(1:n) how can I create a vector that contains all the points that f hits? Example:...

10 years ago | 1 answer | 0

1

answer

Question


Manipulating cell arrays based on index
how can I manipulate the elements of an array of cells based on index? for a double array, I can just do this: >> j = zeros...

10 years ago | 2 answers | 0

2

answers

Question


Arrayfun with a function that takes multiple inputs
say I have an array that I want to run a function over each of its elements, I could easily do this with arrayfun(@f,v) where f ...

10 years ago | 4 answers | 0

4

answers

Question


access elements of a vector output in one line
say I have some function output = f(vars), and output is a vector. how can I, in one line, access elements of this vector? ex...

10 years ago | 2 answers | 0

2

answers

Question


Manipulating Matrix elements based on their index without using a for loop.
Can I do simple manipulations on each matrix element based on its index without having to run a for loop? for example, say I ...

10 years ago | 2 answers | 0

2

answers