Sending multiple data from GUI to Simulink using Arduino?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Berke Ogulcan Parlak
el 30 de Mayo de 2020
Editada: Berke Ogulcan Parlak
el 30 de Mayo de 2020
Hello, I have three edit text in my GUI. When I press a button, I want to send these three values entered in edit text as follows.
fprintf(arduino,'%3d',data1,data2,data3);
Then I want to take the sent data package from Simulink and use it by parsing.
I - How can I send multiple data?
II - How can I parse the data package that comes to Simulink?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Support Package for Arduino Hardware 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!