Borrar filtros
Borrar filtros

Update variables by simulink conditional statement

6 visualizaciones (últimos 30 días)
Chanhyeok
Chanhyeok el 18 de Ag. de 2023
Comentada: Chanhyeok el 18 de Ag. de 2023
U1 is yellow and u2 is blue
According to the if condition statement, when u1=100u2=0, the true interval is 10 to 50 seconds.
However, looking at the final result value(upper picture is the final one), it is converted to 1 from 10 seconds to the end.
That's my guess.
1. If conditional statement is wrong.
2. "Once" if statement is true at 10 seconds, the value is not updated and is "continued" 1.
I think number 2 is the most likely one
Is there a way to keep updating input values so that the result values are exported 1 value for 10-50 seconds only?

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 18 de Ag. de 2023
Inside the If Action subsystem, double click the Outport block, there is an option for "Output when disabled", choose "reset" instead of "held".
  3 comentarios
Fangjun Jiang
Fangjun Jiang el 18 de Ag. de 2023
Then specify the initial value at the same dialog window
Chanhyeok
Chanhyeok el 18 de Ag. de 2023
okay thank you so much

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Subsystems en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by