필터 지우기
필터 지우기

How to get simulated values for a polynomial given the coefficients.

조회 수: 1 (최근 30일)
JFz
JFz 2018년 1월 2일
댓글: Star Strider 2018년 1월 2일
Hi,
I need to simulation 1000 values out of a polynomial which I have the coefficients and errors. What is the best way to do that in Matlab. Is there a function already?
Thanks a lot.
  댓글 수: 2
James Tursa
James Tursa 2018년 1월 2일
Are you trying to generate a random sample set of polynomial coefficients given some type of error distribution of the coefficients? Or what?
JFz
JFz 2018년 1월 2일
Thanks. I have the coeeficients of polynomial: a0 + a1*x + a2*x^2 + a3*x^3. I need to simulate 1000 polynomial values

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

채택된 답변

Star Strider
Star Strider 2018년 1월 2일
I have no idea what you want to do.
If you want to evaluate your polynomial (represented by the coefficient vector) at a particular value of the variable, use the polyval (link) function.
  댓글 수: 4
JFz
JFz 2018년 1월 2일
Let me read....Thank you so much!
Star Strider
Star Strider 2018년 1월 2일
My pleasure!
I will help as I can.

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

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by