Feeds
提问
How do I Vectorize the for loop containing if else statements?
Hi! I have a following code snippet containing for loop and if-else statements, I wish to change it into vectorized version for...
3 years 前 | 1 个回答 | 0
1
个回答提问
How do I apply the if else condition on vectors correctly in this case?
Hello! I am trying to replace my for loop with vector arrays as you can see below: P_WT=zeros(length(IR),1,'gpuArray'); f...
3 years 前 | 1 个回答 | 0


