Code in matlab 2018a doesnt work on 2018b
조회 수: 1 (최근 30일)
이전 댓글 표시
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
Sindar
2020년 5월 19일
I'd check the release notes for incompatibilities. See here, and also check other products you're using. Nothing pops out at me for Matlab
답변 (1개)
Vaibhav Tomar
2020년 5월 27일
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):
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Quadcopters and Drones에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!