view m-toolbox/classes/@ssm/setB.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100 (2011-11-23)
parents
children
line wrap: on
line source
% SETB sets the B matrices to be the given cell array.
function setB(sys, mats)
  sys.bmats = mats;
end