photo

Erhan erhnbgdtl


Last seen: quasi 6 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
2 Risposte

RANK
170.997
of 301.433

REPUTAZIONE
0

CONTRIBUTI
4 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

RANK
 of 21.272

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.520

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

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


I am trying to communicate arduino with matlab. takes data every 10 seconds and program give 'Warning: Unsuccessful read: A timeout occurred before the Terminator was reached..'.How can I this problem ?
clc clear all delete(instrfindall); close(instrfindall); s = serial('COM3'); time=100; i=1; while(i<time) fopen(s) ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Warning: Unsuccessful read: A timeout occurred before the Terminator was reached..
delete(instrfindall); close(instrfindall); clear all; clear s; global s; s =serial('COM3','BaudRate',9600,'DataBits',8); ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Warning: Unsuccessful read: A timeout occurred before the Terminator was reached..
x1 = []; x2 = []; global s; time=100; i=1; fopen(s) while(i<time) fprintf(s, 'Your serial data goes here') out = f...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


I want to interface with the DHT11 sensor in matlab.But program give this error Subscripted assignment dimension mismatch. Error in Untitled (line 27) Humi(i)=str2num(out(5:9)); Can you help me?
clc clear all delete(instrfindall); close(instrfindall); s = serial('COM3'); time=100; i=1; while(i<time) fo...

quasi 6 anni fa | 3 risposte | 0

3

risposte