what does the "nest" function do?

19 visualizaciones (últimos 30 días)
Jay Gourley
Jay Gourley el 29 de Abr. de 2017
Comentada: Jay Gourley el 29 de Abr. de 2017
The "Numerical Analysis" textbook by Timothy Sauer has code that I am supposed to implement. The code is for a function called "sin1" that approximates the sine curve with a degree 3 polynomial. It think y is the polynomial. The function ends with a command:
y=s*nest(3,c,x1,b)
c,xy and b are all variables calculated earlier in the function. If "nest" is something Sauer defined in his textbook, I haven't found it yet. And I cannot find anything searching the Matlab documentation online that describes a "nest" function.
Can someone tell me what "nest" is? And if it is a Matlab function, please tell me why searching documentation for "nest" doesn't reveal it. Thanks.

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Abr. de 2017
It is from the introduction in the book. You can find the source at http://media.pearsoncmg.com/aw/aw_sauer_num_analysis_2/nest.m
  1 comentario
Jay Gourley
Jay Gourley el 29 de Abr. de 2017
Thanks for a quick and clear answer.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by