Payaam Khalid
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
217.081
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
two while loops running at same time
while ~stop % Read current voltage value x = readVoltage(a,'A0'); % Get current time t = datetime('now') - startTime; %...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
two lines on the same graph
clear all; close all; a = arduino('COM3', 'uno') % or use COM port tic %start timer max_samples = 10; % how many times do we ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
need help making a loop URGENT
if x>=3.3 disp('signal recevied soil is dry time to water') writeDigitalPin(a,'D2',1);pause(0.2);writeDigitalPin(a,'D2',0)...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
need help creating a loop URGENT
if x>=3.3 disp('signal recevied soil is dry time to water') writeDigitalPin(a,'D2',1);pause(0.2);writeDigitalPin(a,'D2',0)...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
error using patch vectors must be same length
my_url = 'https://dd.weather.gc.ca/hydrometric/csv/ON/daily/ON_02HC025_daily_hydrometric.csv'; gauge_data = webread(my_url); % ...
casi 2 años hace | 1 respuesta | 0