i want to obtain a vector that each element is subtract from the previous one
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mahmoud Chawki
le 30 Avr 2021
Commenté : Mahmoud Chawki
le 3 Mai 2021
if i have values q={3 6 8 10 12 15 16} and i want to obtain a vector that gives me: k={3 3 2 2 2 3 1}
K(ii)=q(ii)-q(ii-1)
how can i do that
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!