how to reduce the your matrix output

1 vue (au cours des 30 derniers jours)
Krishma Gold
Krishma Gold le 14 Sep 2019
Commenté : Krishma Gold le 14 Sep 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

Réponse acceptée

madhan ravi
madhan ravi le 14 Sep 2019
% Basic indexing:
Output(1:end-1)

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by