Trajectory Approximation starting from multiple ones
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How do I get to a single "nominal" trajectory giving multiples ones with associated different weights of goodness ?
Thks
0 comentarios
Respuestas (1)
Raunak Gupta
el 4 de Oct. de 2019
Hi,
There is a similar question which may be of relevance to you:
Here for 'goodness' you may need to attach some other statistical metric instead of taking mean of all trajectory points.
3 comentarios
Raunak Gupta
el 4 de Oct. de 2019
Hi,
p is only valid for a single trajectory and it controls how the coefficient of the fitted cubic polynomial turns out (Based on smoothness and error parameter). So for adding wieght sense to p value for different trajectories will require to make the additional constraint of keeping the data-points same in each trajectory, otherwise if datapoints are different in each trajectories (which definitely will be) adding the polynomials together will not make sense and the process will end up having a set of polynomials for each trajectory. So, I suggest try making single set of data-points from multiple trajectories (This is mentioned in the last line of above answer) and then using Cubic Smoothing Spline for estimating the set of polynomials for successive pair of points.
You may try out with different p values for final data-point set to check if the generated path is upto the expectation or not.
Ver también
Categorías
Más información sobre Splines 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!