I am doing a simulation with two parameters in a Parametric sweep. Lets call these parameters par1 and par2. Then I use a Derived Value - Surface Integration to get a value for every parameter combination. All of this works just fine but problems come when I try to have this data in a table in a usable way to be able to reuse it in Matlab.
What I would like to happen is that the parameter values would show up in the first colum and the first row of the table. Currently I am only getting the first column right. All the values of par1 are listed on each row. But the problem is with the first row and the headers. It currenty gets generated as par1=<value>, <desc> on each column. This makes it difficult to use in Matlab since I would have to parse the useless data out every time just to use the value.
I have attached images of what is happening and what I would like to happen.
What I would like to happen is that the parameter values would show up in the first colum and the first row of the table. Currently I am only getting the first column right. All the values of par1 are listed on each row. But the problem is with the first row and the headers. It currenty gets generated as par1=<value>, <desc> on each column. This makes it difficult to use in Matlab since I would have to parse the useless data out every time just to use the value.
I have attached images of what is happening and what I would like to happen.