File mttroot/mtt/bin/trans/m/csm2sm.m artifact 82261a8899 part of check-in 9c099c6e0a
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;