How should i plot this function?

 Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by