view m-toolbox/classes/@ssm/setD.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 source
% SETD sets the D matrices to be the given cell array.
function setD(sys, mats)
sys.dmats = mats;
end