Subtraction of alternate cells in an array

1 visualización (últimos 30 días)
Sandeep Nair
Sandeep Nair el 28 de Abr. de 2021
Comentada: Matt J el 28 de Abr. de 2021
I have an array of lets say A=[ 1 2 3 4 5 6 7 8 9 10]' and now i want to do a subtraction of the numbers by leaving once cell in btw like [3-1 4-2 5-3 6-4 7-5 8-6 9-7 10-8]
I can do this in loop but i dont know how to do it with matlabs powerful vectorisation operations

Respuesta aceptada

Matt J
Matt J el 28 de Abr. de 2021
A(3:end)-A(1:end-2)

Más respuestas (0)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by