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