Write the following function f(t)=sint*cost using the following methods
Mostrar comentarios más antiguos
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.
Respuestas (1)
Reshma Nerella
el 10 de Nov. de 2020
0 votos
Hi,
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!