Borrar filtros
Borrar filtros

variant control 'VID==0" used by the block

2 visualizaciones (últimos 30 días)
muhammad usama
muhammad usama el 3 de Ag. de 2022
Respondida: Dinesh el 12 de Abr. de 2024
i have trained reinforcement learning agent and would like to implement the agent to convege the system to desire input. i have used variant subset and also select the variant mode. The problem arises when i start simulation it shows as given below. Any help or guidance in this regards will be much appreciated.
  1 comentario
Kirthi
Kirthi el 15 de Feb. de 2023
Hello muhammad,
Your variant model needs a control variable to work, you must've set condition as 'VID==0' but didn't not create or initiate the variable. Try creating the variable and setting it to 0. Then run the model.
Hope it helps

Iniciar sesión para comentar.

Respuestas (1)

Dinesh
Dinesh el 12 de Abr. de 2024
Hello,
When you define a variant control inside a variant block, it is assumed that you also have created the variant present in the variant control. For example, in this case, you have defined "VID==0" as the variant control which means if VID=0, a set of blocks get executed and another set of blocks get executed if VID is not 0. You are only defining the condition inside the variant block. But the variant VID itself is not being explicitly set anywhere which leads to this error. You can just create a variable "VID" in the base workspace and initialize it to any value.
Here's a link that might help you understand further: https://www.mathworks.com/help/simulink/ug/set-and-open-active-variants.html

Community Treasure Hunt

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

Start Hunting!

Translated by