How to store values from toc into an array

67 vues (au cours des 30 derniers jours)
Raiven Balderas
Raiven Balderas le 7 Fév 2018
help with bonus question
  1 commentaire
Raiven Balderas
Raiven Balderas le 7 Fév 2018
i need help with question 5 and the bonus depicted in the screenshot/attachment

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 7 Fév 2018
tic;
for K = 1 : 10
times(K) = toc;
end
  6 commentaires
Raiven Balderas
Raiven Balderas le 7 Fév 2018
thanks, how do i do the bonus ?
Walter Roberson
Walter Roberson le 7 Fév 2018
Modifié(e) : Walter Roberson le 7 Fév 2018
You write a function named prime_count that takes n as an input and returns a vector named Upsilon which is of length n, each element of which is the number of prime numbers less than or equal to its index. The function prime_count must call prime_sieve exactly once -- however, it is not required that your function use the results returned by prime_sieve .

Connectez-vous pour commenter.

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by