generating a sequence 1,2,3,4,....,n
119 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rabeya
el 21 de Abr. de 2012
Respondida: Arsal noor
el 22 de Oct. de 2020
Without using a for loop, how can I generate an index 1,2,3,...,n?
0 comentarios
Respuesta aceptada
R.U.F.
el 21 de Abr. de 2012
vector=[1:stepsize:n] if the stepsize =1 as in your case, you can disregard it
1 comentario
Más respuestas (1)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!