view m-toolbox/classes/@ssm/setD.m @ 3:960fe1aa1c10
database-connection-manager
Add LTPDADatabaseConnectionManager implementation. Java code
author |
Daniele Nicolodi <nicolodi@science.unitn.it> |
date |
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05) |
parents |
f0afece42f48 |
children |
|
line source
% SETD sets the D matrices to be the given cell array.
function setD(sys, mats)
sys.dmats = mats;
end