I need to read in a matrix whose values represents heights. I would like to reconstruct this data and display as isosurface or volume. In matlab, my desire is to replicate the mesh function performed on a 2D matrix. mesh(2d_matrix) Isaac