Try to answer bonus question
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Screenshot is attached. Comment what the code to the bonus question is. Also provide explanations.
0 commentaires
Réponse acceptée
  Birdman
      
      
 le 7 Fév 2018
        
      Modifié(e) : Birdman
      
      
 le 7 Fév 2018
  
      By using primes built in function of MATLAB:
function y=prime_count(n)
y=numel(primes(n));
plot(primes(n))
end
From command line:
prime_count(10)
>>   4
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

