Artifact 95049fcb51d2505d68eefc44f665e5eb949b5866f15023492d46739c8007e607:
- File mtt/bin/trans/m/mtt_fullname.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: 251) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/bin/trans/m/mtt_fullname.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: 251) [annotate] [blame] [check-ins using]
function fullname = mtt_fullname (subname,compname) ## usage: fullname = mtt_fullname (subname,compname) ## ## Finds the standard mtt name of the component delim = "__"; fullname = sprintf("%s%s%s", subname, delim, compname); endfunction