Tracking multiple variables in Matlab

1 view (last 30 days)
Anton  Kucher
Anton Kucher on 13 Feb 2016
Edited: Guillaume on 13 Feb 2016
Guys,I have a big task and maybe you had problem like this
Implement a solution for tracking the evolution of a set of variables. The input is a matrix. Each column contains the variables (some measured values) at some location or time interval. These values represent parameters of some process that change slightly, however the data may be incomplete (in other words, there is no guarantee that consecutive columns represent continued variable at the same position). Find the connections between closest values between each column and next column. Each track links values from several consecutive columns. It does need to continue over all columns: some tracks may end, if there are no good connection, some other tracks may begin later. The output is a plot of tracks.
0.009 0.01 0.011 0.01
0.012 0.013 0.013 0.011
0.015 0.015 0.015 0.015
0.023 0.021 0.021 0.021
0.029 0.023 0.022 0.022
0.024 0.024 0.024
0.029 0.029 0.029
.... ..... .....

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!