create a vector of the even whole numbers between 31 and 75

15 visualizaciones (últimos 30 días)
create vectors of the even whole numbers

Respuesta aceptada

Juliana Damaceno
Juliana Damaceno el 19 de En. de 2018
A = 32:2:75

Más respuestas (3)

Anuj
Anuj el 28 de Feb. de 2014

Khushboo Kumari
Khushboo Kumari el 18 de Dic. de 2017
A=[31:2:75]
  1 comentario
Walter Roberson
Walter Roberson el 18 de Dic. de 2017
No, that would produce 31, 33, 35, and so on, which are odd whole numbers not even whole numbers.

Iniciar sesión para comentar.


Stephen John
Stephen John el 3 de Nov. de 2024

A = 32:2:74;

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by