How do I update the model "ControlAndSimulateMultipleWarehouseRobotsExample.mlx" to run on 2022a.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Tatyana Kim
il 28 Mar 2023
Modificato: Cris LaPierre
il 28 Mar 2023
How do I update the model "ControlAndSimulateMultipleWarehouseRobotsExample.mlx" to run on 2022a.
Previously the model ran on version 2019a. After updating to 2022a requires an additional block. How can I fix this?
Error evaluating 'InitFcn' callback of block_diagram 'multiRobotExampleModel'. Callback string is 'set_param('multiRobotExampleModel', 'ForceConsistencyChecking', 'off');'
Caused by: block_diagram does not have a parameter named 'ForceConsistencyChecking'
0 Commenti
Risposta accettata
Cris LaPierre
il 28 Mar 2023
Modificato: Cris LaPierre
il 28 Mar 2023
I would just open the updated example in R2022a using the following command:
openExample('robotics/ControlAndSimulateMultipleWarehouseRobotsExample')
I found that in the R2022a documenation here (click 'Copy Command' in the top right corner):: https://www.mathworks.com/help/releases/R2022a/robotics/ug/control-and-simulate-multiple-warehouse-robots.html
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Environment Customization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!