How to get simulated values for a polynomial given the coefficients.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
JFz
am 2 Jan. 2018
Kommentiert: Star Strider
am 2 Jan. 2018
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 Kommentare
James Tursa
am 2 Jan. 2018
Are you trying to generate a random sample set of polynomial coefficients given some type of error distribution of the coefficients? Or what?
Akzeptierte Antwort
Star Strider
am 2 Jan. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!