Writing an number array in specific format

Hi,
How can I write a number array like this below in MATLAB?
aa= 1 2 3 5 6 7 9 10 11 13 14 15...upto 10000
Thanks in advance.

 Respuesta aceptada

James Tursa
James Tursa el 12 de Mzo. de 2016
aa = 1:10000;
aa(4:4:end) = [];

Más respuestas (0)

Preguntada:

el 12 de Mzo. de 2016

Comentada:

el 12 de Mzo. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by