Feeds
질문
Cannot resolve a function called from a subsystem in Stateflow
Hello, I have two Simulink function blocks within a Stateflow chart. We'll call one A and one B. Simulink function B contains a...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How do I link extern variables and stateflow input when using custom c code?
I am trying to use a custom C code function in my stateflow chart. The C file looks like extern float A1; extern float A2; ex...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Custom C Code question: How do set extern variables from simulink model
I have a simple C code file that has four extern variables (three inputs, one output) main.c: #include <math.h> #include "mai...
6년 초과 전 | 답변 수: 0 | 0