From: Michael on
Have you figured out a solution to this error? I just came across the problem as well.


Christian <McMorton(a)gmx.net> wrote in message <ef44ca8.-1(a)webcrossing.raydaftYaTP>...
> Hi,
>
> I would like to update a Simulink model from Matlab 13 SP2 to 14 SP3.
>
> There I have a problem.
> In the model I have some multiport switches.
> They switch between signals who comes from multiplexers (they are in
> subsystems).
> Some of this signals have a different sample time than the others.
> So some multiplex-signals have a variable sample time.
>
> In Matlab 13 SP2, it was all fine. But in Matlab 14 SP3 I get an
> error:
> ?Incoming buses to block 'Test' have a sample time mismatch.
> The signal at input port 1 of 'Test/Subsystem1/mux' is of sample time
> [0.001000 0.000000],
> while its corresponding signal at input port 1 of
> 'Test/Subsystem2/mux' is of sample time [0.000000 0.000000].
> This error message is related to a hidden SubSystem block.?
>
> Has anyone a idea?
>
> Thanks for your help
>
> Christian