what is difference between dlinmod and dlinmodv5? which is better for linearization?
이전 댓글 표시
I have used dlinmod function for linearization my model, but that did not work as expected. but with dlinmodv5 is good linearized. what is difference between them?
답변 (1개)
Sebastian Castro
2015년 12월 8일
0 개 추천
According to the dlinmod documentation, using v5 invokes a perturbation algorithm from an older release. While this is not necessarily worse, it's different. There is also this note:
"The default algorithms in linmod and dlinmod handle Transport Delay blocks by replacing the linearization of the blocks with a Pade approximation. For the 'v5' algorithm, linearization of a model that contains Derivative or Transport Delay blocks can be troublesome."
NOTE: If you happen to have the Simulink Control Design product, the linearize function tends to be better than linmod.
- Sebastian
카테고리
도움말 센터 및 File Exchange에서 Trimming and Linearization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!