Borrar filtros
Borrar filtros

How to find x data in a interpolate curve?

1 visualización (últimos 30 días)
Artur M. G. Lourenço
Artur M. G. Lourenço el 31 de Mayo de 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

Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 31 de Mayo de 2013
f2 = @(y)fzero(@(x)fitresult(x)-y,0);
out = f2(2867.04);

Más respuestas (0)

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by