Unable to determine signal dimensions. There is a loop consisting of 'akash/Sum5' that cannot be resolved because sign...this is the message after running my simulink model

clear all;
close all;
clc;
kp=15.1*10^6;
rp=2210.7;
ms=6.2638;
ks=7.42*10^7;
kb=1.89*10^10;
mp=12.638;
g=9.81;
rs=1376.8;
mr=0.5;
rr=20;
kr=5;
n_mpg=-mp*g;
i_mp=1/mp;
these are the parameters of my simulink model;

1 件のコメント

Sam Chak
Sam Chak 2024 年 8 月 10 日
Unable to determine the error because cannot run the Simulink model.

サインインしてコメントする。

回答 (1 件)

Jaimin
Jaimin 2024 年 12 月 24 日
The error message you are facing in Simulink suggests that there's an algebraic loop involving the block akash/Sum5 that Simulink is unable to resolve. Algebraic loops happen when there's a circular dependency between blocks that Simulink cannot solve directly.
To resolve the issue kindly utilise following resource:
I hope this will be helpful.

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

製品

リリース

R2023a

質問済み:

2024 年 8 月 10 日

回答済み:

2024 年 12 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by