Statistica
RANK
170.997
of 301.433
REPUTAZIONE
0
CONTRIBUTI
4 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
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
Feeds
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
risposteDomanda
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
risposteDomanda
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
rispostaI 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?
Ohh my good. Problem is arduino code. Serial.println("derece"). Thank you so so much.
quasi 6 anni fa | 0
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
