So what is the problem if you load the file and rename the variables, merge them or whatever you want to do? Alos f(x) is not a valid variable names, as brackets are not allowed.
so then I wanna nam it fx, but you dont get my point I'm not a Matlab professional, I want to store those values into an array which I call fx but I am not sure what is the simpliest way to do that?
after loading you can use the call the function whos and it will list all variable that are in you have. Say they are called a and b. Then you can simply do fx = a, if you want to store the values of a in a variable named fx.
f(x)is not a valid variable names, as brackets are not allowed.whosand it will list all variable that are in you have. Say they are calledaandb. Then you can simply dofx = a, if you want to store the values ofain a variable namedfx.