how to reduce the your matrix output

2 visualizaciones (últimos 30 días)
Krishma Gold
Krishma Gold el 14 de Sept. de 2019
Comentada: Krishma Gold el 14 de Sept. de 2019
Hello, Any help will be grateful in this matter.
Say my output is
400
563
674
904
789
i want to use the same output in another algorithm but only these figures
400
563
674
904
should i use a loop?
Many thanks

Respuesta aceptada

madhan ravi
madhan ravi el 14 de Sept. de 2019
% Basic indexing:
Output(1:end-1)

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by