I am writing an application where the user specifies multiple matfiles. I need to load those matfiles into some variables. these matfiles only contain a single array 'x'. I need to load those values into another variable 'y'. The problem is when I do y = load('x.mat'); I get a structure for...