I am a student use octave to do my homework. I can create m file script of octave and run it through octave command line, but I need to build up GUI to easily use and interact with users so, I decided to build GUI on C++. then my problem occurs that I have to connect c++ with Octave which I know there is library to use, but I don't know how to use m file with it. which part of document should I read?