10-27-2011 10:24 PM
Any help would be really appreciated,
I've bee asked: Calculate Range for a sequence of 101 equally-spaced angles in the range from -90 to +90.
Basically I need 101 values equally spaced between -90 and 90 each of these values needs inserted into a range formula and graph.
This is the vi im working on, the unassigned T input variables on my forumula nodes are the angle values I need to calculate.
10-28-2011 08:25 AM
Use the Sawtooth Waveform function generator with the proper inputs. Or use a FOR loop with appropriate math on the iteration terminal. Both are simple and quick.
10-28-2011 10:45 AM