Write the following function f(t)=sint*cost using the following methods
조회 수: 2 (최근 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!