Simscape integrator is not working properly
이전 댓글 표시
When i was working on a project with simscape (matlab v: r2012b) .ssc files i have realized that the simscape equation for taking an integral of signal like:
x.der == input_signal;
output_signal == x;
is not taking the proper integral. To show this i have decided to use both of the simulink and simscape integrator blocks for the same signal to show there is a problem with the simscape integration
the part of the simulink test blocks:

and the output signals. on the left is the simscape integrator output a constant value 5.3776x10e4. Scope on the right is the simulink output that looks normal:

i have also tried to change solver conf settings or PS/S output signal types and nope nothing change!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Simulation Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!