sinpi(x) v.s. sin(pi*x) -- MatLab

 sinpi(x) v.s. sin(pi*x) -- MatLab


sinpi(x) returns the same result as sin(pi*x) but sinpi(x) computes accuracy than sin(pi*x).
Because pi in MatLab approximately the pi in math.

more details on:

Comments

Popular posts from this blog

diagonal matrix--diag

a convenient type to record lots of value in MatLab -- cell matrix

Anonymous Function in MatLab