
Matlab vector and arrays
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Miller will
el 6 de Oct. de 2020
Respondida: Sudhakar Shinde
el 6 de Oct. de 2020
How to Use the operator ‘:’ (colon) to create vectors of number series from 1 to 20 stored to variable X and number series of 10 to 25 stored to variable Y.
0 comentarios
Respuesta aceptada
Sudhakar Shinde
el 6 de Oct. de 2020
You can use directly colon (:) operator.
X=1:20
Y=10:25

For more info:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical 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!