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

1 view (last 30 days)
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.

Accepted Answer

Jan
Jan on 31 May 2021
measurement = measurement - measurement(1)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!