display data in "edit text"
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I would like to use "edit text" in gui to display value from simulink. I have try some ways, but still cant make it. I need not to used real time update value (event listener). I have try to send the data to workspace and used "evalin" command to read but cannot. Any others simple ways to display it? Thanks for advice in advance.
2 comentarios
TAB
el 7 de Mayo de 2012
The data logged in the workspace by simulink is always in array format having values for all the sample time.
Do you want to display all the values or value at any specfic time?
What error or problem you are facing?
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!