MatlabPlotter

C++ include-only library to use Matlab/Octave as plotter.

While writing the C++ programs for numerics class using the Eigen C++ library, it was convenient to write the output in Matlab/Octave programs, which created the output plots. Matlab/Octave was installed on all computers, but other graphics/plotting dependency possibly not.

Source code and examples (Natural cubic splines and Gauss-Legendre quadrature) on my github page.