"Square" function in formula node in LabView

For Square
type in formula node
y=x**4;
or
y=x**(3/2);
For Square root
type in formula node
y=sqrt(x);
For sine
type in formula node
y=sin(x);

No Response to ""Square" function in formula node in LabView"

Post a Comment

powered by Blogger