[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47900] control pkg: does not support complex
From: |
Gene |
Subject: |
[Octave-bug-tracker] [bug #47900] control pkg: does not support complex SYS objects |
Date: |
Wed, 11 May 2016 20:10:45 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?47900>
Summary: control pkg: does not support complex SYS objects
Project: GNU Octave
Submitted by: gpetilli
Submitted on: Wed 11 May 2016 08:10:44 PM GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name: Gene Petilli
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.2
Operating System: Any
_______________________________________________________
Details:
Is there a schedule for complex number support in control pkg? The following
works in both Matlab and Scilab but errors in Octave:
a=[1+i,0;0,1+i]
b=[.1;.2]
c=[0,.3]
d=[1]
myss=ss(a,b,c,d)
structures function with complex arrays, so it is unclear why the restriction.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47900>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47900] control pkg: does not support complex SYS objects,
Gene <=