How to solve the 'StopFcn' error when the cause is "Vectors must be the same length."

45 visualizaciones (últimos 30 días)
I have got a simulation file for a grid-tie inverter, which I am going to leave its image below. When I run the simulation, I receive the following error:
Error evaluating 'StopFcn' callback of block_diagram 'DC2ACGRID2'.
Caused by:
Vectors must be the same length.
I cannot figure out what vectors are causing this trouble. Any help is very much appreciated.
  16 comentarios
Walter Roberson
Walter Roberson el 13 de Mayo de 2021
set_param('YourModelNameGoesHere', 'StopFcn', '')
then save your model.
Lazar Dulovic
Lazar Dulovic el 30 de Jun. de 2022
As Swarooph said, problem is in the code, write it in M file and check it line by line.

Iniciar sesión para comentar.

Respuestas (1)

Scout Patel
Scout Patel el 31 de Mzo. de 2021
  1. Go to the "MODELING" tab on the simulink window.
  2. In the Center click on "Model Settings".
  3. Under Data Import/Export UNCHECK the box next to: "Single Simulation output:"

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by