bugGNU Octave - Bugs: bug #42767, Minimal realization might not be...

 
 

bug #42767: Minimal realization might not be correct

Submitter:  None
Submitted:  Mon 14 Jul 2014 07:26:53 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Saul Mtakula Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.4
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Nov 2016 11:35:33 PM UTC, comment #1: 

This sounds like a question asking for help on how to use the control package, closing as invalid. Please use the available support options if you need help with Octave (http://octave.org/support).

Mike Miller <mtmiller>
Group Member
Mon 14 Jul 2014 07:26:53 AM UTC, original submission:  

Using the Control Package (ver 2.4.2) a modified S/KS mixed sensitivity problem is to be solved for a plant G (see attached file-based on  the book by Skogestad Multivariable Feedback Control sec 13_2). The stacked function to be optimized is ||W1 S W3; W2 K S W3||hinf. Since this won't fit into the exact framework for the augw function the augmented plant P=[W1*W3,-W1*G1;zeros(4,6), W2;W3,-G1] is formed directly with horzcat and vertcat commands. P is not minimal, but using the minreal command does not appear to minimize P, leading to a detectability error for A, C2 pair of the augmented plant. Is there a way to form the augmented plant for this problem for a successful solution of the h infinity problem?

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #31712:  Sec12_2bug.m added by None (4KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (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
    2016-11-16 mtmiller StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed
    2014-07-14 None Attached File- Added Sec12_2bug.m, #31712

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code