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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0