#ifndef H_MATLAB_PLOT_H #define H_MATLAB_PLOT_H #include "fem.h" void matlab_plot(Mesh *mesh, double *u, const char *filename); #endif /* H_MATLAB_PLOT_H */