11-13-2017 01:00 PM
hello to all engineers!!
i found the example mydaqthermistor which converts the Resistance ( from daq) to Tempertaure Polynomial Equation..
i want to modify it and as an input for the resistance to have a 2d array of random numbers and as an input a 2d array ( for every resistance value showing the temperature )
however i cannot find the correct modifications !!! i tried a for loop, i deleted the dynamic data converter i changed the output indicator but it constantly shows errors..
any ideas ???
11-13-2017 01:27 PM
Why would you use a formula node?
The Math Primitives are polymorphic over array size and dimensionality. Then you don't need to figure out how to declare an array of NDims
11-13-2017 01:53 PM
Or you can use the Polynomial Evaluation.vi located in the "Mathematics"