how to model a C datatype in Simulink ?
2 次查看(过去 30 天)
显示 更早的评论
Lets asume i have the C datatype
Name:
typedef struct Can_PduType
{
PduIdType swPduHandle;
uint8 length
Can_IdType id
uint8*sdu
}
Is there a way to model Can_PduType in Simulink using matlab types/functions , classes ... etc ?
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!