MATLAB: Can I use Simulink.StructType class to define parameters in Simulink 6.1 (R14SP1)

documentationparametersimulinksimulink.structtypestructtype

I am reading the documentation on Simulink.StructType:
web([docroot,'/toolbox/simulink/slref/simulink.structtype.html'])
You can copy and paste the above command into the MATLAB command window to display the documentation.
It says, "An object of this class describes a signal or parameter whose values are data structures." However, I am having trouble implementing it for use with a parameter. Is this actually possible?

Best Answer

This change has been incorporated into the documentation in Release 14 Service Pack 3 (R14SP3). For previous releases, read below for any additional information:
The documentation is incorrect. It should read as follows:
"An object of this class describes a signal whose value is a data structure."
Simulink.StructType is not supported for use with parameters.