How can I solve this error?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have attached the image of the error that I am getting.
In this circuit, I have connected ground references.
but I haven't given proper values to resistor, capacitors and transistors so this causing this error?
댓글 수: 0
답변 (1개)
Arthi Sathyamurthi
2021년 7월 20일
Hello John,
This error occurs when your model has some algebraic loops where the some signal loop could create a circular dependency for example expecting an output at the same time as the input. Please refer to the following page to know more about algebraic loops and ways to resolve it. https://in.mathworks.com/help/simulink/ug/algebraic-loops.html
Also, from the warnings, I can see that few domains require their own domain reference blocks which could also result in the algebraic loops error. Please refer the following page to understand better about grounding rules.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!