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

7 ビュー (過去 30 日間)
Method 'outputs' is only supported for models in single-tasking execution mode.
  1 件のコメント
Kiky
Kiky 2024 年 5 月 10 日
Did you encounter this while using the MPC toolbox? Have you solved it?

サインインしてコメントする。

回答 (1 件)

Divyajyoti Nayak
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:

カテゴリ

Help Center および File ExchangeLinearization についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by