Write the following function f(t)=sint*cost using the following methods
4 次查看(过去 30 天)
显示 更早的评论
Write the following function f(t)=sint*cost using the following methods:
•for t=1 to 100 000.
1: Using for loop without pre allocation
2: Using pre allocation with for loop
3: Using Vectorization
Use tic toc function to calculates the executional time for each method and also paste your code in answer sheet.
回答(1 个)
另请参阅
类别
在 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!