Artifact 12b70a7300435bb211c69885c137439f4dfbb9142cc5d8276946aa9925609cb1:
- File
mttroot/ntt/bin/trans/mttGetInstanceParameters.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: 321) [annotate] [blame] [check-ins using] [more...] - File ntt/bin/trans/mttGetInstanceParameters.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: 321) [annotate] [blame] [check-ins using]
function parameters = mttGetInstanceParameters(parameter_list) parameters = mttGetItemList(parameter_list) ; for n = 1:length(parameters) if mttIsNumericText(parameters{n}) parameters{n} = str2num(parameters{n}) ; else mttValidateName(parameters{n}) ; end end