LabVIEW does not allow for a variable to be placed in a matrix. For a workaround, consider writing out all the math in LabVIEW. It is very ugly for high dimensions. For instance, |2 4| |3 a|= 2a -12
The right hand side of the equation would be easy to code in LabVIEW and it allows for altering the variable a.
