Borrar filtros
Borrar filtros

Prime number function Help!

2 visualizaciones (últimos 30 días)
gmltn1212
gmltn1212 el 13 de Jun. de 2020
Comentada: KSSV el 13 de Jun. de 2020
Hi I am trying to write a code that takes in a vector of doubles and return only prime numbers. I understand I can do this by using isprime() function but I want to try it wo using that function. Could you show me how to do it by using loops?

Respuestas (1)

KSSV
KSSV el 13 de Jun. de 2020
If A is your array,
iwant = A(isprime(A))
  2 comentarios
gmltn1212
gmltn1212 el 13 de Jun. de 2020
I am not trying to use isprime function!
KSSV
KSSV el 13 de Jun. de 2020
This is discussed lot of times.....you search in mathworks google. You will get many links.

Iniciar sesión para comentar.

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by