79486665

Date: 2025-03-05 13:45:33
Score: 0.5
Natty:
Report link

I figured it out - you have to use a Mux/Demux Block. This way, the embedded coder creates an array of the inputs and outputs, respectively:

enter image description here

/* External inputs (root inport signals with default storage) */
typedef struct {
  real_T INPUTS[6];                    /* '<Root>/Inport' */
} ExtU_Regelung_T;
Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: WamboRambo