Installation guide

6 Editing and Debugging M-Files
To run th
e config uration, select the configuration name. MATLAB runs
the exp
ression you specified in the configuration. For example, select
collat
zplot_new_test
, and M ATLAB runs collatzplot_new(3),as
specif
ied i n step 3. You can modify the M-file, save it, and run the
config
urationfromthetoolbartoseetheeffectsoftheM-filechanges.
Creat
e a nd Run Multiple Configurations for an M-File
You can
create multiple configurations for a given M-file, allowing you to run
with d
ifferent values for input arguments, each for a different purpose. Create
aname
d configuration for each purpose, all associated with the M-file. Then
any ti
me you open the M-file, chose and run the configuration you want. For
exam
ple, for
collatzplot_new(m) you might use three values for m and have
thre
econfigurations:
6-72