User`s guide
datatypemanager
Third Example
Create a typedef (typedef3) that refers to another typedef (typedef2).
Call this a nested typedef.
Notice that the referenced typedef, typedef2, is ente red as a pointer
(indicated by the added asterisk). Using the pointer form lets MATLAB
software recognize the data type that
typedef2 represents. I f y ou do
not use the pointer, MATLAB software converts
typedef3 to a d efault
value equivalent data type, in this case,
int.
7-40