LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

nonlinear system

Solved!
Go to solution

I am using nD nonlinear system single solution.vi trying to solve two equations with two unknowns. I know how to do that. Smiley Wink

 

But, the question is how can  I add a variable (that I don't want to evaluate from nD nonlinear system single solution.vi) e.g. "c" which I want to input from a different VI. Similarly to the way used in a formula node.vi, where you can add an input.

 

 

0 Kudos
Message 1 of 2
(2,913 Views)
Solution
Accepted by AAR

One way to do it is to use the Substitute Variables.vi.  I have modified your VI to take the parameter name as an input ('c') and converted the numeric value into a string to make a substitution rule.

 

 

Message 2 of 2
(2,897 Views)