How should i plot this function?

 采纳的回答

t1 = @(x, h) cos(8*x + 5) - h.*(8*sin(8*x + 5) - 27*x.^8) + 3*x.^9;
fsurf(t1)

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by