If-Else inside Stateflow Chart
48 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rashmi Bharadwaja
el 18 de Ag. de 2017
Comentada: Rashmi Bharadwaja
el 22 de Ag. de 2017
Hello all, I am using if-else conditions indside a stateflow chart. When I try to simulate the chart, I get model and coder error. The error says "Chart input data 'signal_name' on left hand side of an expression. I am not able to figure the problem. If anyone knows a solution to this, please let me know.
Thanks in advance.
Cheers, Rashmi
0 comentarios
Respuesta aceptada
ES
el 21 de Ag. de 2017
In that case You have to implement a new output variable (output to Simulink). And to this output variable, you can assign the input variable's value.
You can't set value to an input variable.
Más respuestas (1)
ES
el 18 de Ag. de 2017
From the error, I think you are trying to assign value to an input signal example {signal_name = xyz}. This is not possible.
What is the exact error message? and when do you get it?
Ver también
Categorías
Más información sobre Simulink Functions 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!