Differences From Artifact [2a1d2646ad]:
- File mttroot/mtt/lib/comp/simple/Sensor_seqn.m — part of check-in [74b9225cb0] at 2003-03-13 14:56:45 on branch origin/master — Equation generatation for sorted equations (user: gawthrop@users.sourceforge.net, size: 414) [annotate] [blame] [check-ins using] [more...]
To Artifact [4a6bbeb765]:
- File
mttroot/mtt/lib/comp/simple/Sensor_seqn.m
— part of check-in
[06129d0cd0]
at
2003-03-25 10:24:06
on branch origin/master
— SS_seqn Port SS now has forced "external,external" attribute
Sensor_seqn has temporary fix which leads to redundant equations (user: gawthrop@users.sourceforge.net, size: 401) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + | function LHS = Sensor_seqn (attribute,name) ## usage: LHS = Sensor_seqn (attribute,name) ## ## Write the LHS of a sensor equation if strcmp(attribute,"external") LHS = sprintf("MTTy_%s", name); elseif strcmp(attribute,"internal") |