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

How to look at a keyword through code in MatLab? -- MatLab