Borrar filtros
Borrar filtros

Error handler must not already be registered: blockDiagram

14 visualizaciones (últimos 30 días)
Laura Calvo Hernando
Laura Calvo Hernando el 22 de Oct. de 2022
Respondida: Rishav el 6 de Sept. de 2023
intento abrir simulink pero me aparece este error

Respuestas (1)

Rishav
Rishav el 6 de Sept. de 2023
Hi Laura,
This error message indicates that there's a problem with registering a block diagram or a handler within your Simulink model. Here are some workarounds to resolve this error:
  1. Check for Duplicate Block Diagrams - Make sure that you don't have multiple instances of the same block diagram within your Simulink model. Duplicate block diagrams can lead to this error.
  2. Review Block Diagram Registration - Check your model's initialization code or any custom scripts you've written to register block diagrams or handlers.
  3. Clear Simulink cache and restart Simulink.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!