bugGNU Octave - Bugs: bug #55615, [octave forge] (control)...

 
 

bug #55615: [octave forge] (control) conjugation function computes wrong results for tf models

Submitter:  None
Submitted:  Thu 31 Jan 2019 08:33:14 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Andreas Varga Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.4.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 17 Apr 2019 11:24:20 PM UTC, comment #1: 

This is fixed. Please close as fixed.

Doug Stewart <dastew>
Thu 31 Jan 2019 08:33:14 AM UTC, original submission:  


s = tf('s')
s'          % wrong s
tf(ss(s)')  % correct -s
z = tf('z',1)
z'          % wrong  0 z + 1
tf(ss(z)')  % correct 1/z


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dastew (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-04-17 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed
    2019-02-01 mtmiller SummaryThe conjugation function computes wrong results for tf models [octave forge] (control) conjugation function computes wrong results for tf models

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code