Simulink Response Optimization Major Bug Fixes
This document describes major bug fixes in this release.
Entering an Element of a Matrix in the Add Parameters Dialog, No Longer Removes the Entire Matrix from the List
In the previous release, when you added a single element of a vector or
matrix to the tuned or uncertain parameters, the entire
vector or matrix no longer appeared when you reopened the Add
Parameters dialog box. Although you could add another element of the
matrix or vector to the tuned or uncertain parameters by entering it in
the Specify expression field you could not select it from the
Add Parameters list.
In version 2.1 this has been fixed. Vectors and matrices remain in the
Add Parameters list even after you add an element of the vector or
matrix to the tuned or uncertain parameters. You can still enter elements
of a variable in the Specify expression field of the dialog box.
Care should be taken to avoid adding overlapping
expressions, such as p(1,1) and p(:,1), which can
cause problems with the optimization algorithm.