02-09-2022 02:53 PM
Hi, I recently made another topic regarding how to choose a specific index. The problem I stumbled upon was when I saves my program, the values I inputted to the front panel were removed. So i'm trying to create something that gives the 2D array the values I need at the start of the program. This is what i've made so far. But the problem is that the first column is suppose to increment by 0,5 from -1,5 to 8, it can be done if I do it in a 1D array. And the second column is suppose to square the value. So first column is X and second is X^2. But every guide I check I constantly see everyone using the random number and it's getting quite frustrating. Because I need X values in the first column and X^2 in the second and not random values. Could someone help me understand the logic here. Because I can't seem to grasp it.
02-09-2022 04:06 PM
02-10-2022 03:32 AM
You have a start, an end and a delta, so if you have LabVIEW Full oder Professional Development System you can use the 'Signal Processing' --> 'Signal Generation' --> 'Ramp Pattern' function.