필터 지우기
필터 지우기

How to find x data in a interpolate curve?

조회 수: 1 (최근 30일)
Artur M. G. Lourenço
Artur M. G. Lourenço 2013년 5월 31일
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

채택된 답변

Andrei Bobrov
Andrei Bobrov 2013년 5월 31일
f2 = @(y)fzero(@(x)fitresult(x)-y,0);
out = f2(2867.04);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by