Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This is kind of a meta-learning, octave type question, hope it is fine to ask it here? Was wondering if anyone has worked on octave standalone programs. I can see some advantages but wanted to know the drawbacks of the same. Don't want to waste my time, if other in community have already spent time figuring it out.

Adv.

  1. Can utilize some of the Matlab/octave code or data types and thereby faster development or at least faster prototyping if you already have part of code in another language.

Specifically, How compatible is it ? Suggestions, tips and advices accepted appreciated.

EDIT : Thanks to @RichieCotton for the questions.

  1. Standalone, as in C/C++ calling Octave. http://www.gnu.org/software/octave/doc/interpreter/Standalone-Programs.html#Standalone-Programs
  2. To what level of functionality is it fast and works, say calling octave math libraries, built-in functions, calling other octave code.
  3. What are the overheads ?
share|improve this question
What do you mean by an octave standalone program? An executable written in octave? An octave GUI? – Richie Cotton Nov 1 '11 at 16:26
Also, how compatible is what with what? You will get better answers if your questions are more specific. – Richie Cotton Nov 1 '11 at 16:29
I guess this is similar to using the MATLAB Engine from C/C++: mathworks.com/help/techdoc/matlab_external/f29148.html – Amro Nov 1 '11 at 19:55

closed as not constructive by Will Nov 2 '11 at 16:11

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.