Code in matlab 2018a doesnt work on 2018b
이전 댓글 표시
Hi,
I have implemented an orbital simulator using matlab 2018a and simulink. It performs three maneuvers using several PIDs (1dof) for controlling the trajectory. Each maneuver starts when the previous one ends, meaning some conditions have been met. My code smoothly runs on 2018a but if i try to move to 2018b I get a very bad trajectory, only the first maneuver is performed out of the three. Could it be because of PIDs? Their response does not stabilize (no steady state is reached by any of them). Or are there any significant differences between the two version which could affect my code, for example in terms of discrete integration?
Thanks in advance. :)
댓글 수: 1
답변 (1개)
Vaibhav Tomar
2020년 5월 27일
1 개 추천
Hello,
In this case you may refer to the release notes. They can be accessed here:
You can refer to this link for tracking bug fixes in MATLAB R2018b(Update 7):
카테고리
도움말 센터 및 File Exchange에서 Aerospace Applications에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!