How to get rid of this error I get while linearizing a plant by simulating input/output data

4 Ansichten (letzte 30 Tage)
Method 'outputs' is only supported for models in single-tasking execution mode.

Antworten (1)

Divyajyoti Nayak
Divyajyoti Nayak am 18 Dez. 2024
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:

Kategorien

Mehr zu Linearization finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by