How to get rid of this error I get while linearizing a plant by simulating input/output data
4 次查看(过去 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!