Efficient way to impliment this expression
2 次查看(过去 30 天)
显示 更早的评论
I got the following equation :
Let me assume the following : size(N)=1x1,size(c)=1x1,size(R )=1x1. Thita,Cn,Ct,W have the same length, for example 100. The output should be one value. What i want to do is to impliment this equation for many posisions.So if we say for 50 positions then Thita,Cn,Ct,W will be matrixes of size 100x50 and the output of the equation will be of size 1x50. I found a way to do it using loops but it seems to be slow. Thank you.
4 个评论
Image Analyst
2014-9-13
编辑:Image Analyst
2014-9-13
What time domain? What is t or dt? The integral is over theta (angle), not time, as far as I can see. I can do hundreds of millions of for loop iterations in less than a second. Not sure why your code takes so long. Again, how long does it currently take? Have you tried any of the built in functions for integrating functions? Is this homework?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!