How to perform these matrix calculations?

조회 수: 1 (최근 30일)
Nisar Ahmed
Nisar Ahmed 2022년 11월 21일
답변: Steven Lord 2022년 11월 21일
Hi,
Q1: I have matriz z of size (101 97) and I want substract e.g., first row from second, then second from 3rd row and 3rd from 4rth row and so on... such that the new matrx will be of size (100 97). How can I do it in matlab?
Q2: I have a matrx T of size 100 97 and want make calculation as explaind in the figure below: i.e., new value column E is the value of D column plus cumsum of previous values E (as given in figure). I want to perform it on a whole matrix of size(100 97)?

답변 (1개)

Steven Lord
Steven Lord 2022년 11월 21일
See the diff and cumsum functions.

카테고리

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