% - - - These are run one time to setup things: % % General setup kinds of things... % % For convenience, all of these are included in "start.i" % and shown explicitly here... % %%.load v7_setup.i () = evalfile("v7_setup.i"); % Database and model kinds of things % %%.load db_setup.i () = evalfile("db_setup.i"); % Setup two nominal windows for plotting % %%.load plot_setup.i () = evalfile("plot_setup.i"); % Setup some variables and windows for fitting plots % %%.load fit_setup.i () = evalfile("fit_setup.i");