How to get rid of this error I get while linearizing a plant by simulating input/output data
조회 수: 3 (최근 30일)
이전 댓글 표시
Method 'outputs' is only supported for models in single-tasking execution mode.
댓글 수: 1
답변 (1개)
Divyajyoti Nayak
2024년 12월 18일
This error is caused due to the solver not being in single tasking mode. That means using a fixed step solver in single tasking mode or a variable step solver defined as single tasking. Here’s a MATLAB Answer addressing this:
Here’s some documentation on Tasking modes:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linearization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!