Any chance of soon providing similar functionality for Octave?
Thanks
Yes actually! The basic things should be working in octave already; I was in contact with one of the Octave devs to get it working.
Hello again,
Your technique of version check for Octave and Matlab proved to be buggy. I had to delete the if/then/else and explicitly say m2t.env = 'Octave';
in order for it to work. Otherwise, it works OK.
Thanks again for your effort.
The version check works for me. That might be a matter of the Octave version. I use the development version of Octave (3.5.0+).
I'm on Octave 3.4.0 here and it appears to work all right. What's your version and operating system? I could go ahead and check that out as well.
Antwerpen
Yes actually! The basic
Yes actually! The basic things should be working in octave already; I was in contact with one of the Octave devs to get it working.
Hello again, Your technique
Hello again,
Your technique of version check for Octave and Matlab proved to be buggy. I had to delete the if/then/else and explicitly say
m2t.env = 'Octave';
in order for it to work. Otherwise, it works OK.
Thanks again for your effort.
The version check works here
The version check works for me. That might be a matter of the Octave version. I use the development version of Octave (3.5.0+).
I'm on Octave 3.4.0 here and
I'm on Octave 3.4.0 here and it appears to work all right. What's your version and operating system? I could go ahead and check that out as well.