Filter löschen
Filter löschen

How to find x data in a interpolate curve?

1 Ansicht (letzte 30 Tage)
Artur M. G. Lourenço
Artur M. G. Lourenço am 31 Mai 2013
Hello everybody,
how can I find the data of x related to y on a curve interpolated data for x and y?
wanted to find the time for example regarding the flow accumulated 2867.04.
function
https://docs.google.com/file/d/0B9JmyPHF_ZMPMmtGV3hNMnpkUjg/edit?usp=sharing
date
https://docs.google.com/file/d/0B9JmyPHF_ZMPTzdlUHlibjFzRzg/edit?usp=sharing

Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 31 Mai 2013
f2 = @(y)fzero(@(x)fitresult(x)-y,0);
out = f2(2867.04);

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by