How many ways can we create a user-defined-data type
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
In real time workshop How many ways can we create a user-defined-data types..can anyone explain me..
2 Kommentare
Walter Roberson
am 9 Jun. 2012
To check: are you asking about dates, or are you asking about data-types ?
Akzeptierte Antwort
Kaustubha Govind
am 11 Jun. 2012
I know of three ways:
- Alias types using Simulink.AliasType
- Custom numeric types using Simulink.NumericType
- Structure types using Simulink.Bus
You can also define a Custom Storage Class if you want to introduce a new storage class specification. (examples of storage classes are static, volatile, etc.)
3 Kommentare
Tim
am 15 Jun. 2012
Don't you also have to register the respective data type via sl_customization.m?
Kaustubha Govind
am 21 Jun. 2012
Yes, I do believe you need to do that, but I was only listing the several different techniques available. For more detailed information, the documentation should be consulted.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!