Artifact 82261a88995c4b6364e5a51feaedf363835fbaf73fac5ac44d1f4f65b8736e8a:
- Executable file mtt/bin/trans/m/csm2sm.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 400) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/m/csm2sm.m — part of check-in [5865c2e6c9] at 1996-08-19 14:48:48 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 400) [annotate] [blame] [check-ins using]
function [A,B,C,D] = csm2sm(A,B,C,D,E); % [A,B,C,D] = csm2sm(A,B,C,D,E); % Converts constrained-state matrices to state matrices. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% A = E\A; B = E\B;