how to reduce the your matrix output

2 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by