I'm computing an acos in a matlab function in my simulink problems and I got the error
Domain error. To compute complex results from real x, use 'acos(complex(x))'.
To avoid this I defined the argument of the acos as arg = max(min(arg,1),-1);
however when I do this my model becomes extremely slow to run. A simulation of 10000s that would take <1s to run now would take an hour. Any suggestions?

댓글 수: 1

John D'Errico
John D'Errico 2020년 11월 15일
Rather than using the max/min thing to catch arguments that are outside the range [-1,1], I would invest some time in learning why your equations seem to exceed those limits. Don't try to patch the problem, when that event makes little sense to ever arise. Fix the problem, don't apply a bandaid.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Naming Conventions에 대해 자세히 알아보기

질문:

2020년 11월 15일

댓글:

2020년 11월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by