Substract two elements in an array

조회 수: 2 (최근 30일)
Alessandro Ruda
Alessandro Ruda 2022년 1월 30일
편집: KSSV 2022년 1월 30일
Dear MatLab comunity,
I have an array of 8 elements i.e.:
X=[5.03690000000000 5.03140000000000 5.02640000000000 5.02520000000000 5.02370000000000 5.02350000000000 5.02300000000000 5.02310000000000]
I want to subtract the first value from the last value and store it in a variable.
How can I do it? It should be pretty simple, I apologize in advance for that.
Best,
Alex

채택된 답변

KSSV
KSSV 2022년 1월 30일
편집: KSSV 2022년 1월 30일
iwant = X(end)-X(1)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by