TO VISUALIZE IN MATLAB, YOU HAVE TO UPDATE mesh.hh AND mesh.cc AND FOLLOW THE INSTRUCTIONS BELOW ADD THE FOLLOWING LINES TO mesh.hh (e.g. after refineUniform): /** * matlab output * write mesh (and solution data) and two plot commands into a matlab-file */ void matlabOutput (const char* filename, const Vector& solution=Vector()) const; ADD THE FOLLOWING LINES TO mesh.cc: void Mesh :: matlabOutput (const char* filename, const Vector& solution) const { ofstream ofs (filename); ofs << "p = [[" << verts[0][0] << "; " << verts[0][1] << "]"; for (int i=1; i evaluate entire file" FROM THE MENU.