How to get rid of this error I get while linearizing a plant by simulating input/output data
Show older comments
Method 'outputs' is only supported for models in single-tasking execution mode.
1 Comment
Kiky
on 10 May 2024
Did you encounter this while using the MPC toolbox? Have you solved it?
Answers (1)
Divyajyoti Nayak
on 18 Dec 2024
0 votes
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:
Categories
Find more on Linearization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!