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
| 수락됨