Rows are Temperature and columns are Pressure.

Temp    750     755   760    765(pressure)

0          1.1        2       1        4

1           3          4       2         1 (factors)

2           4          5        5        9

I need a help in making this table in code with that i would like to access factor values for respective temp and pressure .

For example if temp 0 and pressure 750 the factor value is 1.1 ,if temp 1 and pressure 750 factor value is 3.

Similar questions and discussions