Hi Zuhayr,
The question marks in your Simulink model indicate that Simulink cannot determine the dimensions of the signals at the ports where these question marks appear. This can happen for several reasons, most commonly due to incomplete or incorrect bus definitions or because the dimensions of signals are not propagated correctly through the model.
The following are two observations:
- The 'WGS84 Gravity Model' block expects a one-dimensional vector with 3 elements, but the error suggests that it's receiving a signal with incompatible dimensions. This could be due to incorrect outputs from upstream blocks or incorrect setup in the 'Bus Selector'.
- The 'Bus Selector' block may be configured incorrectly. It should select the specific elements required by downstream blocks, and the error message suggests that it might be outputting a signal with either more elements than expected or in an incorrect format.