How to get rid of this error I get while linearizing a plant by simulating input/output data
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Method 'outputs' is only supported for models in single-tasking execution mode.
1 comentario
Respuestas (1)
Divyajyoti Nayak
el 18 de Dic. de 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:
0 comentarios
Ver también
Categorías
Más información sobre Linearization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!