Hello,
I'm calling Octave from C++ code. I call Octave functions using the feval function and store the output in a octave_value_list.
When a function does not return any value but only displays some output on the terminal, is it possible the save/redirect the terminal output in/to a octave_value/matrix in the C++ code?