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

45 vues (au cours des 30 derniers jours)
sara yazdani
sara yazdani le 19 Juil 2017
Commenté : Lazar Dulovic le 30 Juin 2022
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 commentaires
Walter Roberson
Walter Roberson le 13 Mai 2021
set_param('YourModelNameGoesHere', 'StopFcn', '')
then save your model.
Lazar Dulovic
Lazar Dulovic le 30 Juin 2022
As Swarooph said, problem is in the code, write it in M file and check it line by line.

Connectez-vous pour commenter.

Réponses (1)

Scout Patel
Scout Patel le 31 Mar 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:"

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by