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: f5ee792cac1033940f9650b94376a6c135b1e18e6a3a4f3c488e7cd123f8e3b8
User & Date: gawthrop@users.sourceforge.net on 1999-10-19 02:01:22
Other Links: branch diff | manifest | tags
Context
1999-10-19
02:13:31
Now assigns correct bonds to the new junction port names check-in: 107b151376 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
02:01:22
Initial revision check-in: f5ee792cac user: gawthrop@users.sourceforge.net tags: origin/master, trunk
00:34:10
*** empty log message *** check-in: 6621d634a1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/m/mtt_strip_name.m version [061a293596].























>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
function stripped_name = mtt_strip_name (name)

  ## usage:  stripped_name = mtt_strip_name (name)
  ##
  ## Removes blanks and [] from a port name

  stripped_name = deblank(name); # remove blanks
  stripped_name = stripped_name(2:length(stripped_name)-1);
  stripped_name = deblank(stripped_name); # remove blanks

endfunction


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]