I want to make variable "list" containing filenames, variable "i" containing number of datafiles and plot it into single graph. Example of filenames: ConvAut.dat, ConvMoveAut.dat, CutAut.dat ... Here is my try:
list = system("echo $(dir *.dat)")
plot for [1:i] i using 1:((2*i)+(column(2))) w steps tit i
I just found this piece of code but i dont know how to edit it. I have version 4.6 patchlevel 0. Can you help me? Thanks for the answers