convert boolean into double
27 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hallo.
I have a questione.
I have to put into stateflow's chart a double variable (for condition on transition) but I have a boolean variable from simulink. I try to convert "boolean" into "double" by chart/add input (and then I choice double) but without success.
0 comentarios
Respuestas (1)
Arunkumar M
el 13 de Nov. de 2018
you can typecase it like double(x) and use in your transition condition.
0 comentarios
Ver también
Categorías
Más información sobre Stateflow en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!