Please suggest vectorization options for following code??
Show older comments
for Pos=3:1000
a_i_i(Pos:end,Pos)=a_sub(1:(end-Pos+2));
end
4 Comments
Guillaume
on 1 May 2017
Rather than letting us figure out what your code does why don't you tell us?
Also, what is the content/size of a_i_i before the loop?
John D'Errico
on 1 May 2017
When you merely post completely undocumented code that you want to see vectorized, someone needs to first reverse-engineer your code. They need to thoroughly understand the code, what it does, why you are doing it. Then they need to find a way to do it more efficiently.
By explaining what you want the code to do, you help the person who might help you. That makes it easy for them to solve, as well as more likely that you will get a useful and timely response.
Parag Patil
on 1 May 2017
Guillaume
on 1 May 2017
Well, isn't that what my answer provides?
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!