Payaam Khalid
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
217 087
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
two while loops running at same time
while ~stop % Read current voltage value x = readVoltage(a,'A0'); % Get current time t = datetime('now') - startTime; %...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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)...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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)...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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); % ...
presque 2 ans il y a | 1 réponse | 0