|
5
|
Now start a for loop to parameterize the parameter L and set the corresponding parameter in the model object. Enter the commands:
|
|
6
|
Continue by creating a second for loop, this time to parameterize the parameter tbb and to modify its value in the model object:
|
|
7
|
|
13
|
Terminate the for loops:
|
|
15
|
Save the M-file as modelParam.m in a directory known by MATLAB.
|
|
17
|
Run the function and substitute 'filepath' with the directory of your choice:
|
|
18
|
Open the file results.txt in a text editor to look at a summary of the results:
|