Matrix reshaping and combination

조회 수: 1 (최근 30일)
AA
AA 2020년 5월 19일
답변: Ameer Hamza 2020년 5월 19일
cd(1:24:end,4)
Suppose the above where cd is a matrix variable. I want the fourth column to be extracted in such a way that I get not the first of every 24 values but the last of every 24 values. How can I do this?

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 5월 19일
cd(24:24:end,4)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by