05-01-2013 04:59 PM
Is it possible to perform an equivelant to "linspace(m,n,x)" in LabVIEW without calling Matlab or using MathScript?
To rephrase my question, how can I create a one dimensional array with "x" number of terms and a min term of "n" and a max term or "n" with out using a Matlab or MathScript node?
05-01-2013 05:06 PM
I'm not familiar with that function. But from your description, it sounds like you might want the Ramp function in LabVIEW.
05-01-2013 05:14 PM
At first glance this might be what I'm looking for. I'm gonna give it a shot.
Any other suggestions are always welcome!
05-01-2013 05:15 PM
use ramp pattern.
05-02-2013 03:17 PM
Thanks for your help!