how can i generate??

if i=1:3 is equal, i=[1 2 3]
then how can i generate this...
output sample, i=[1 2 3 7 8 9 13 14 15 16]

Antworten (2)

Matt J
Matt J am 17 Jan. 2013

0 Stimmen

i=[1:3,7:9,13:16]

2 Kommentare

Matt J
Matt J am 17 Jan. 2013
mukim Commented:
how can i will be able to generate this type of loop??
for i=1:3, 7:9
%%statement
end
Matt J
Matt J am 17 Jan. 2013
for i=[1:3, 7:9]
%%statement
end
mukim
mukim am 17 Jan. 2013

0 Stimmen

how can i will be able to generate this type of loop??
for i=1:3, 7:9
%%statement
end

Diese Frage ist geschlossen.

Tags

Gefragt:

am 17 Jan. 2013

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by