octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47764] minreal from control package is being


From: anonymous
Subject: [Octave-bug-tracker] [bug #47764] minreal from control package is being incorrectly reported as missing
Date: Fri, 22 Apr 2016 19:38:00 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?47764>

                 Summary: minreal from control package is being incorrectly
reported as missing
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 22 Apr 2016 07:37:59 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Documentation
                  Status: None
             Assigned to: None
         Originator Name: nrp
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.1
        Operating System: Any

    _______________________________________________________

Details:

I am using the control package from Octave-Forge (version 3.0.0).

When typing either "minreal" or "help minreal" into the command window, it
gives a false warning/error saying that the function has not yet been
implemented.

However, it has been implemented and it seems to be working normally when
called correctly.


>> minreal
warning: the 'minreal' function belongs to the control package from Octave
Forge
but has not yet been implemented.

Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
warning: called from
    __unimplemented__ at line 524 column 5
error: 'minreal' undefined near line 1 column 1
>> help minreal
error: help: the 'minreal' function belongs to the control package from Octave
Forge
but has not yet been implemented.

Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
>> sys = minreal(ss([1, 0; 0, 0], [2; 0], [3, 0], 0))

sys.a =
       x1
   x1   1

sys.b =
       u1
   x1   2

sys.c =
       x1
   y1   3

sys.d =
       u1
   y1   0

Continuous-time model.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47764>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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