Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9c4474e52466b164835a13724067680e |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-01 11:49:24 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-01
| ||
11:53:48 | Documentation check-in: bd6357182c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:49:24 | Initial revision check-in: 9c4474e524 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:46:11 | Documentation check-in: fb18da2a6f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/comp/simple/I_cause.m version [30d1b2c13a].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | function [bonds,status] = I_cause(bonds); % I_cause - Unicausal multiport C component % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%% Model Transformation Tools %%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Matlab function I_cause % [bonds,status] = I_cause(bonds) %SUMMARY I: elementary I component %DESCRIPTION Single port dynamic component %DESCRIPTION Preferred integral causality (effort input) %DESCRIPTION Cannot be bicausal % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright (c) P.J. Gawthrop, 1996. % Same causal pattern as R component [bonds,status] = R_cause(bonds); |