Mercurial > hg > ltpda
view m-toolbox/classes/+utils/+const/@ltp/ltp.m @ 52:daf4eab1a51e database-connection-manager tip
Fix. Default password should be [] not an empty string
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:29:47 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
% LTP class that defines constants for LTP. % % M Hewitson 08-08-08 % % $Id: ltp.m,v 1.2 2010/04/23 10:55:54 mauro Exp $ % classdef ltp properties (Constant = true) TM1mass = 1.96; % TM1 mass (kg) TM2mass = 1.96; % TM2 mass (kg) SCmass = 422.7; % SC mass (kg) DFACSfs = 10; % DFACS sampling rate (Hz) end end