help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Seeking help in Octave C++ API


From: Andreas Weber
Subject: Re: Seeking help in Octave C++ API
Date: Tue, 6 Apr 2021 12:02:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0

Am 06.04.21 um 08:02 schrieb Siddhartha Roy:
Sorry for my mistake. As I am new in this platform so I am unable to adopt the etiquette so quickly but I will learn this definitely.

You are still top posting with fullquote below instead of bottom posting or interleaved posting.

...
     string_vector argv (2);
     argv(0) = "embedded";
     argv(1) = "-q"; // quiet
     octave_main (2, argv.c_str_vec (), true);

This looks like copied from an GNU Octave 4.x example

     interp.feval("pkg",ov,0);
This looks like a line from GNU Octave 6.x

Which version of GNU Octave do you want to use?
-- Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]