photo

xianzhi gong


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


How to initialize static variable in C caller blocks during simulation
float func_1(void) { static float a = 0; a = a +1; return a; } Simulation setting Fixed step size = 0.1s. Run ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort