Community Profile

photo

yoshiyuki


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
vectorization request with loop
Thank you so much for very quick answer. sorry to bother you but if I have to add func2, func3 like below n = 5; y = (11:20);...

9 years ago | 0

Question


vectorization request with loop
I would like to vectorize the following code with loop n = 5; y = (11:20); for j = 1 : n + 1 for i = 1 : n ...

9 years ago | 2 answers | 1

2

answers

Question


Vectorization with a loop and repmat
i would like to vectoralize the following codes with loop; n=5; k=3; x=(k:n)'; m=[]; for i = 1 : (n-k+1) m=[m,x]; ...

9 years ago | 3 answers | 0

3

answers