Effacer les filtres
Effacer les filtres

Returning workspace outputs is supported with only single return argument

2 vues (au cours des 30 derniers jours)
Joe Jones
Joe Jones le 24 Août 2022
Réponse apportée : Suman le 26 Juil 2024
Dear,
I am trying to run a simulink model in m-code while optimizing ADRC parameters with PSO, but I get an error:
‘Returning workspace outputs is supported with only single return argument’.
The first figure is 'PSO_ADRC' code and the second figure is the simulink model 'ADRC_test'.
Hope someone can help me, thanks.

Réponses (1)

Suman
Suman le 26 Juil 2024
Hi Joe,
The problem lies with the way you are using sim() function in your code. sim() function can only return a single argument.
The single output from the sim function will contain the properties that you are trying to return. So you can first get the sim output in a single variable and then access and return those propertiy values.

Catégories

En savoir plus sur Simulink Design Optimization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by