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

1 visualización (últimos 30 días)
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 comentarios
James Tursa
James Tursa el 2 de En. de 2018
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 el 2 de En. de 2018
Thanks. I have the coeeficients of polynomial: a0 + a1*x + a2*x^2 + a3*x^3. I need to simulate 1000 polynomial values

Iniciar sesión para comentar.

Respuesta aceptada

Star Strider
Star Strider el 2 de En. de 2018
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 comentarios
JFz
JFz el 2 de En. de 2018
Let me read....Thank you so much!
Star Strider
Star Strider el 2 de En. de 2018
My pleasure!
I will help as I can.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by