Simulink 내에서 C 코드의 전처리기처럼 처리가 가능한가요?

3 次查看(过去 30 天)
Jaewoo Jeong
Jaewoo Jeong 2019-11-13
编辑: Jaewoo Jeong 2019-11-13
C Code로 설계를 할 때는 같은 기능의 함수를
#if (A ==B)
...
#elif (B == B)
...
#endif 등을 사용해서 옵션처리를 하여 사용했습니다.
Simulink에서도 이런 기능이 있는지 알고 싶습니다.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 일반 응용 사례 的更多信息

产品


版本

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!