Feeds
質問
i want to display serial data in matlab gui in real time.But when i use the function fread or fscanf the serial data is stored in a variable and the the entire data set is displayed together eg. 15443264325432454321457532474.
My program is: s=serial('com1'); fopen(s); a=fscanf(s); str=sprintf('%d',a); set(handles.edit1,'string',str); fclo...
13年弱 前 | 0 件の回答 | 0
0
回答質問
i am using a for loop to access each element in a column of an xls file and display the data with the help of GUI.my code is:
this code is written in the pushbutton callback: for i=1:4 a=xlsread('abc.xls',i,'A(i)'); str=sprintf('%d',a); ...
13年弱 前 | 2 件の回答 | 0
2
回答回答済み
i am using a for loop to access each element in a column of an xls file and display the data with the help of GUI.my code is:
Iman,i am still getting the same error.
i am using a for loop to access each element in a column of an xls file and display the data with the help of GUI.my code is:
Iman,i am still getting the same error.
13年弱 前 | 0
| 採用済み