フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

can you help me !!

2 ビュー (過去 30 日間)
Abdoo
Abdoo 2014 年 11 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I want receive data in GUI from other program, by com1 and Bautrate 9600. and show me this result in text1.

回答 (1 件)

Image Analyst
Image Analyst 2015 年 4 月 7 日
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.

この質問は閉じられています。

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by