取消
顯示結果 
搜尋替代 
您的意思是: 

find a value in Y channel corresponding to a value in X channel

I have two channels Y & X i want to find out the value of channel Y at some value of X. And Channel X need not to have that crisp value. Like i want to find out the value of Y at X=0 and X may have value like 0.001 or -0.05 then it should consider the nearest possible value to X=0 and fetch out the value of Y. Like there is function VLOOKUP & HLOOKUP in MS excel.

 

NOTE: And these X & Y channels are created from other channels using Approximation, Differentiation

0 積分
1 條訊息(共 2 條)
3,933 檢視

Don't worry GOT IT

 

its PNo(channel, value) it returns the row no and use that row no to find value in other channel CHD(row, channel)

 

Tell me if i am going wrong or if there is another shortcut to this

0 積分
2 條訊息(共 2 條)
3,907 檢視