How to select a column with specific name?
HiAssume I have a table with columns 1-10.then I have a 3 variables. for example A=2, B=7, C=10I want to write a script to select columns with amounts of A, B, and C and plot it vs col.1.here it should select columns of 2, 7, and 10 and use overlay plot to plot it vs column1.Thanks
