Differences From Artifact [f2ac476a38]:
- File mttroot/mtt/bin/trans/m/mtt_check_sigs.m — part of check-in [0e41d1033c] at 2003-03-13 15:32:37 on branch origin/master — Octave m files for generating sorted equations _sese.r (user: gawthrop@users.sourceforge.net, size: 523) [annotate] [blame] [check-ins using] [more...]
To Artifact [9dbc2e2795]:
- File mtt/bin/trans/m/mtt_check_sigs.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 523) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/bin/trans/m/mtt_check_sigs.m — part of check-in [b336359438] at 2004-03-15 11:45:13 on branch origin/master — Changed obsolete <> to != (user: gawthrop@users.sourceforge.net, size: 523) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + | function N = mtt_check_sigs (outsig,insigs) ## usage: N = mtt_check_sigs (outsig,insigs) ## ## ## A signal has the columns: bond number signal causality (+1 or -1) ## and component port number M=3; ## Sanity check [N_out,M_out] = size(outsig); |
︙ |