octave-maintainers
[Top][All Lists]
Advanced

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

Re: How to use "do_colon_op" in an oct-file?


From: John W. Eaton
Subject: Re: How to use "do_colon_op" in an oct-file?
Date: Thu, 15 Oct 2015 11:06:27 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

On 10/15/2015 10:55 AM, Lukas Reichlin wrote:
Dear Octave Community

I'm writing an oct-file [1] for the control package where I want to use the 
colon operator:

        octave_value mat_idx = do_colon_op (1, idx);

However, I get the following compiler error:

__lti_input_idx__.cc:50:28: error: use of undeclared identifier 'do_colon_op'
    octave_value mat_idx = do_colon_op (1, idx);
                           ^

How can I fix this error? Thanks in advance for every help!

What are you trying to do?

jwe





reply via email to

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