I have a text file containing N colums and I would like to fit the data of each column using the command fit of GNUPLOT using a custum f(x), for example f(x)=exp(x/t), fitting via t. The first column of the text file contains the values of x. I do not manage to make a loop on the columns. Can anyone help me?
Thank you very much, Francesco