Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

can you help me !!

2 Ansichten (letzte 30 Tage)
Abdoo
Abdoo am 20 Nov. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I want receive data in GUI from other program, by com1 and Bautrate 9600. and show me this result in text1.

Antworten (1)

Image Analyst
Image Analyst am 7 Apr. 2015
string = sprintf('%d, ', data);
set(handles.text1, 'String', string);
data is your numerical array for the data you receive. I'm assuming you used GUIDE and text1 is the tag of the static text label you have on your GUI and that will display the data. Call this code whenever data changes and you want to update that on your GUI.

Diese Frage ist geschlossen.

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by