I am currently having some fun implementing an interface between Orbiter and Matlab using the Windows DDE protocol.
As an example, here is a visualisation of a few vessel orbits extracted from orbiter in real time:
My question (which I think I've asked before): How useful would such an interface be for the orbiter community in general? I realise that matlab is too expensive to use for a hobby, so probably only people who are using matlab anyway will be able to benefit from this, but on the other hand, this could offer quite a few interesting possibilities, such as using matlab for trajectory optimisation, offline calculations, visualisation, general numbercrunching, etc.
Also, how compatible are the free Matlab alternatives (scilab, etc.)? I am not planning on using anything sophisticated, and no toolboxes, so there may be a good chance of being able to port the interface. The only requirements would be DDE support, and (probably) the ability to use mex files compiled for matlab, (or alternatively to compile mexfile equivalents from the same sources). Anybody with experience regarding this?
As an example, here is a visualisation of a few vessel orbits extracted from orbiter in real time:
My question (which I think I've asked before): How useful would such an interface be for the orbiter community in general? I realise that matlab is too expensive to use for a hobby, so probably only people who are using matlab anyway will be able to benefit from this, but on the other hand, this could offer quite a few interesting possibilities, such as using matlab for trajectory optimisation, offline calculations, visualisation, general numbercrunching, etc.
Also, how compatible are the free Matlab alternatives (scilab, etc.)? I am not planning on using anything sophisticated, and no toolboxes, so there may be a good chance of being able to port the interface. The only requirements would be DDE support, and (probably) the ability to use mex files compiled for matlab, (or alternatively to compile mexfile equivalents from the same sources). Anybody with experience regarding this?