How to show x-axis value corresponding to max value of y axis of the graph on front panel?
How to show x-axis value corresponding to max value of y axis of the graph on front panel? If i plot power spectrum of real time input signal, then how can i show the x-axis frequency value corresponding to maximum y-axis amplitude value of the signal on the front panel?
Re: How to show x-axis value corresponding to max value of y axis of the graph on front panel?
Not sure how you graph your data but you could take the array and search for the max y-value and then look for the corresponding x-value. There might be a better way to do this; try to isolate your code to your specific issue and post it over here, if possible.