I'd like to create a range from two separate address functions. I'd then like to use this range in the trend function. I'm doing this so that I can automate the process of breaking up a curve to interpolate points. The address functions are working good, as is the trend function - it all falls apart when I try to combine them like:
trend(address((w14-1),12):address((w14+1),12), another range, value)
What am I doing wrong?
trend(address((w14-1),12):address((w14+1),12), another range, value)
What am I doing wrong?