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

조회 수: 48 (최근 30일)
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
Walter Roberson
Walter Roberson 2021년 5월 13일
set_param('YourModelNameGoesHere', 'StopFcn', '')
then save your model.
Lazar Dulovic
Lazar Dulovic 2022년 6월 30일
As Swarooph said, problem is in the code, write it in M file and check it line by line.

댓글을 달려면 로그인하십시오.

답변 (1개)

Scout Patel
Scout Patel 2021년 3월 31일
  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:"

제품

Community Treasure Hunt

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

Start Hunting!

Translated by