[Bugzilla] [Bug 13831] New: ss2ss does not transform initial state
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Mon Apr 20 11:00:20 CEST 2015
http://bugzilla.scilab.org/show_bug.cgi?id=13831
--------- Bug Summary -----------
ss2ss does not transform initial state
---------- Changed by ------------
Gerwald.Lichtenberg at haw-hamburg.de
---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter
Bug ID: 13831
Summary: ss2ss does not transform initial state
Product: Scilab software
Version: 5.5.2 final version
Hardware: PC
OS: All OS
Status: NEW
Severity: Minor
Priority: P5
Component: CACSD
Assignee: bugzilla.admin at scilab.org
Reporter: Gerwald.Lichtenberg at haw-hamburg.de
BUG DESCRIPTION:
----------------
ss2ss always gives a zero initial state vector of the transformed system.
ERROR LOG:
----------
no runtime errors, but code in function ss2ss missing !
HOW TO REPRODUCE THE BUG:
-------------------------
easiest example e.g. transform SISO first order system by:
ss2ss(syslin('c',-1,1,1,0,1),2)
transformed initial state given by ans(6) is 0, but should be 0.5
OTHER INFORMATION:
------------------
ss2ss should take into account that the initial state is transformed too and x0_new = T*x0_old
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150420/7e66f7fb/attachment.htm>
More information about the Bugzilla
mailing list