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]

回答(2 个)

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

2 个评论

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

此问题已关闭。

标签

提问:

2013-1-17

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by