photo

xianzhi gong


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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 ...

2년 초과 전 | 답변 수: 1 | 0

1

답변