how to reduce the your matrix output

조회 수: 1 (최근 30일)
Krishma Gold
Krishma Gold 2019년 9월 14일
댓글: Krishma Gold 2019년 9월 14일
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에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by