I need to combine all these measurements as you can see the scale is different for every measurement.

2 vues (au cours des 30 derniers jours)
I have six measurements of same process.
e.g.
measurement 1. [ 23 45 56 67 77 89]
measurement 2. [ 20 40 50 57 71 79]
measurement 3. [ 29 49 54 65 76 88]
measurement 4. [ 2 4 5 6 7 9]
measurement 5. [ 13 25 36 47 57 69]
measurement 6. [ 3 5 6 7 18 29]
I need to combine all these measurements as you can see the scale is different for every measurement.
How can I align the measurement with same scale. Like every measurement start at 0, and preserves the difference between elements as each measurement has. E.g first measurement as [0 22 34 45 55 69].
Thanks.

Réponse acceptée

Jan
Jan le 31 Mai 2021
measurement = measurement - measurement(1)

Plus de réponses (0)

Catégories

En savoir plus sur NaNs 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!

Translated by