Exporting Simscape model from R2024a to R2021a and R2023a
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Chris
le 28 Oct 2024 à 20:34
Réponse apportée : Yifeng Tang
le 31 Oct 2024 à 6:25
When I try to export a Simulink model containing Simscape blocks to an earlier version, I get the following Warning message: "Warning:Exporting a model to a format used by an earlier version is not supported for models containing Simscape blocks."
Is there any way to make a Simscape model available for users of an earlier version?
Thanks!
0 commentaires
Réponse acceptée
Yifeng Tang
le 31 Oct 2024 à 6:25
The message you got is a warning, not an error, which is trying to tell you to be very careful with the resulting model. Whether the model will behave the same in the older version depends on what block you have in the original model, whether those blocks exist in older versions, and whether there has been major updates to the blocks. The documentation page of each block contains some history of the block like when it's first available and major updates. You may get some rough idea on whether the same blocks exist in an earlier version.
Also, sometimes the libraries and blocks may be reorganized and you can get unexpected results.
Even if you get the model exported to an earlier version, you probably need to carefully compare the results before sharing it with other users.
0 commentaires
Plus de réponses (1)
Walter Roberson
le 28 Oct 2024 à 22:30
No, you can only go back as far as (I think it is) R2022b from R2024a if you have Simscape blocks. Simscape reorganized and compatibility further back is unfortunately not supported.
0 commentaires
Voir également
Catégories
En savoir plus sur Troubleshooting dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!