Root-finding algorithm (e.g. fzero) on Additive Generalized Splines model
Mostra commenti meno recenti
Dear community,
In principle a model that is based on splines has localized functions to describe the relationship between inputs and outputs. I understand it is easy to compute the output given the input but what if I need to reverse the question and given the output I need to find the input? Obs. my function is monotonic for the interval I am considering.
- Is it possible to implement a root-finding algorithm when I have a black-box model like splines to work with? Could you show an example? I have only applied this to parametric models before.
Thanks for your help!
5 Commenti
Vladimir Sovkov
il 14 Dic 2020
Modificato: Vladimir Sovkov
il 14 Dic 2020
Find the function "fnzeros" in the Matlab documentation.
Gustavo Lunardon Quillo
il 14 Dic 2020
Steven Lord
il 14 Dic 2020
Can you show us the format in which the spline you created is stored? Different approaches may work if it's a struct array, a vector of breaks with an array of coefficients, a fit object from Curve Fitting Toolbox, etc.
Gustavo Lunardon Quillo
il 15 Dic 2020
Unai San Miguel
il 21 Gen 2021
Maybe this: |fnzeros(fncmb(spline, '-', a)|?
Risposte (0)
Categorie
Scopri di più su Spline Postprocessing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!