Question about column operator vectors
Mostrar comentarios más antiguos
Why does vec = -1:-5 not output -1 -2 -3 -4 -5? Why does it say 1x0 empty double row vector? An explanation of this would be great. Thank you!
Respuesta aceptada
Más respuestas (1)
Andrei Bobrov
el 14 de Oct. de 2019
Use
vec = -1:-1:-5
or
vec = -(1:5)
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!