hello, I have this graph shown below, I want to use it in my code for find (Y) value by giving (X) value, there is no equation can fit this curve, can you tell me the way for using this graph in my code please?

조회 수: 1 (최근 30일)

답변 (2개)

Kuifeng
Kuifeng 2016년 4월 14일
vq = interp1(x,v,xq,method) %help interp1

Steven Lord
Steven Lord 2016년 4월 14일
Export the fit to the workspace then evaluate it. See the "Generate Code and Export Fits to the Workspace" and "Evaluate a Curve Fit" items in the Examples and How To section of this documentation page.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by