1.Definition

LabVIEW MathScript is a text-based language you can use to write functions and scripts. You can process scripts using LabVIEW MathScript in the LabVIEW MathScript Window or a MathScript Node.
image.png
MathScript Nodes can process many of your text-based scripts created in a MATLAB or compatible environment. However,because the MathScript RT Module engine does not support all functions supported by the MATLAB software,some functions in your existing scripts might not be supported. You can implement such functions with a Formula Node or another script node.

2.Start Programming

You must have basic of text-based programming.So,we need study matlab.

getstart.pdf