sequence of numbers in matlab
68 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In R, there exist a variable called seq of this tipe: seq(first number, second number; increments) where increments means the step in oder to go from the first number to the second number. Is there a way to create the same thing in Matlab? Thank you
0 comentarios
Respuestas (1)
Azzi Abdelmalek
el 14 de En. de 2015
Editada: Azzi Abdelmalek
el 14 de En. de 2015
first:increment:second
Example
0:0.01:10
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!