Solution
In general LabVIEW does not support mathematical expressions and symbolic calculation. LabVIEW follows the dataflow model for running VIs.
However, you can use several approaches to use LabVIEW to solve mathematical issues. These methods may include:
- Eval Formula String VI in Mathematics->Formula->Advance Formula Parsing on the Functions Palette
- Use Formula Nodes to interface graphical LabVIEW code with your mathematical formulas in text-based syntax
- The Ordinary Differential Equations VIs and Partial Differential Equations VIs found in Mathematics->Differential Eqs on the Functions Palette
- 3rd party toolkits to connect LabVIEW with other software