how to solve this error?

조회 수: 2 (최근 30일)
Hridhya
Hridhya 2023년 8월 11일
답변: Karanjot 2023년 8월 23일
An error occurred while running the simulation and the simulation was terminated
Caused by:
  댓글 수: 1
Prateekshya
Prateekshya 2023년 8월 21일
Please share the relevant files for a better understanding of the issue.

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

답변 (1개)

Karanjot
Karanjot 2023년 8월 23일
Hi Hridhya,
If possible, Kindly share the files associated with the error:
Derivative of state '1' in block 'untitled/Norway/Model/Thermal Model/Transfer Fcn (with initial outputs)/State Space' at time 87590.000000000058 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)
A singularity refers to a situation where the mathematical equations being solved do not have a unique solution or become unstable. It occurs when there is a point or region in the system where the equations become undefined or result in infinite or non-finite values.
You can try inspecting if :
  1. The system is unstable by design and hence causing a singularity
  2. You are using the correct solver & associated settings. Open Simulation > Model Configuration Parameters and check out the solver options. Try reducing the absolute and relative tolerances.
To learn more about this error, you can refer to the below MATLAB Answers.
I hope this information helps!

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by