photo

Vishal


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Student of Electronics and Instrumentation.

Statistica

MATLAB Answers

2 Domande
1 Risposta

RANK
219.846
of 301.195

REPUTAZIONE
0

CONTRIBUTI
2 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 21.190

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.322

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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...

quasi 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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); ...

quasi 13 anni fa | 2 risposte | 0

2

risposte