How should i plot this function?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Oct. de 2017
t1 = @(x, h) cos(8*x + 5) - h.*(8*sin(8*x + 5) - 27*x.^8) + 3*x.^9;
fsurf(t1)

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 10 de Oct. de 2017

Respondida:

el 10 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by