Skip to main content
2 of 5
edited body
Karsten7
  • 27.7k
  • 5
  • 76
  • 138

I don't understand the "combining" part of your question, but this makes a contour plot:

ListContourPlot@ Flatten[ MapThread[ List[Sequence @@ #1, #2] &, {Outer[List, x, y], mat}, 2], 1] 

Output

Dr. belisarius
  • 116.8k
  • 13
  • 208
  • 466