Embedded coder: Code generation data types
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Venkatesan
am 16 Okt. 2023
Kommentiert: Venkatesan
am 25 Okt. 2023
Is there a way to generate "typedef short int" and typedef "unsigned short int"? I want this for my harware but what I get is only "typedef int" and typedef "unsigned int" irrespective of various hardware I selected including custom hardware.
0 Kommentare
Akzeptierte Antwort
Mark McBroom
am 25 Okt. 2023
This can be accomplished by picking a 64 bit custom processor on the Hardware tab. See attached model.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!