Callpy is a group of octave and python scripts which is intended to make a bridge between the octave and the python language in a way that calling a python function from an octave script becomes something intuitive. It is possible to call an octave function from python too. In fact callpy is made up by three scripts. The first script (which is an octave function) is written in octave language, and the second one is a python script. The third is another octave script responsible for the python → octave call. The octave scripts are called callpy.m and calloct.m and the python script is called callpy.py.
The callpy.m file implements the octave callpy function in the octave → python direction. This means that callpy.m implements the octave side of the interface between octave and python. The callpy.py file implements the python side of our interface between python and octave. And the calloct.m implements the python → octave direction call.
Downloads:
0 This Week