Handling strings in Simulink
Simulink has not been design to work with strings but there is a lot of situation where strings are useful, particularly within an HLA federation. The HLA Blockset provides three blocks to handle strings:
HLAString: Used to create a string
HLAStringCompare: Returns 1 if the values are the same
HLAStringDisplay: Display a string
The later, the HLAStringDisplay is a wonderful debugging tool because it can ...
Read more