Reproducing the "Evaluate" function from "basic fitting" GUI directly in code

조회 수: 1 (최근 30일)
Hello Community,
When using the "basic fitting" tool, one has the opportunity once the "fitting" done to evaluate/estimate a value at certain points. I was only able to reproduce this until the plotting part. I cannot figure out how to reproduce the "Evaluate" function programmatically so that I can estimate the value of certain points and use them in my code. The only way I can achieve this for now, is through the GUI i.e from the Figure window's main menu: "tools >> basic fitting" (see picture link) http://i.stack.imgur.com/u6u5v.png
I am not sure I am making myself clear enough, but please do not hesitate to ask if you need more information.
Thank you

채택된 답변

Sarah Wait Zaranek
Sarah Wait Zaranek 2013년 1월 16일
You can use the polyfit function to fit your data programatically. You can then use polyval to evaluate the polynomial at a given point.
  댓글 수: 1
Yanick
Yanick 2013년 1월 16일
Thank you Sarah,
I never realised I could use polyval to achieve that result.
Yanick

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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