Artifact 33607d1580225da94865be4f0e185b0ba5e18d83e4a3db393b88b9f9928117d7:
- File
mttroot/ntt/bin/trans/mttIsFoundationClass.m
— part of check-in
[745f0b3e31]
at
2003-10-20 17:10:30
on branch origin/master
— Added initial revision of ntt:
new transformation tools for using bond graphs with Matlab.
Copyright 2003 Dr. Dominic J. Diston. (user: geraint@users.sourceforge.net, size: 169) [annotate] [blame] [check-ins using] [more...] - File ntt/bin/trans/mttIsFoundationClass.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: 169) [annotate] [blame] [check-ins using]
function boolean = mttIsFoundationClass(class_name) boolean = ismember(class_name,... {'R','C','I','TF','GY','AE','AF','SS','Se','Sf','De','Df','0','1'}) ;