how to reduce the your matrix output

1 Ansicht (letzte 30 Tage)
Krishma Gold
Krishma Gold am 14 Sep. 2019
Kommentiert: Krishma Gold am 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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by